I was getting the parsing error running the usps.py scraper. It had an additional timezone (%Z) so I added the format string for that. Then I refactored the code to run in a loop over all the format strings and break out of the loop as soon as it is successful instead of adding another level of nesting. It should be easier for folks to add additional format strings now.
I was getting the parsing error running the usps.py scraper. It had an additional timezone (%Z) so I added the format string for that. Then I refactored the code to run in a loop over all the format strings and break out of the loop as soon as it is successful instead of adding another level of nesting. It should be easier for folks to add additional format strings now.