Remove assert # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch bobevans # Your branch is up to date with 'origin/bobevans'. # # Changes to be committed: # modified: locations/spiders/bobevans_us.py # # Untracked files: # - # 115-victoria-road # 5671-kanan-rd.html # aa.py # allpoint.txt # analyze.py # bk.js # cc.py # facility-intent-sitemap.xml # firestone-pennsylvania-sitemap.xml # gg.py # hh.py # locations/hex_tree.py # locations/searchable_points/guernsey_jersey.geojson # locations/searchable_points/guernsey_jersey.json # locations/searchable_points/uk_h3_res5.json # locations/spiders/aarons.py # locations/spiders/aladdins.py # locations/spiders/allpoint.py # locations/spiders/asdf.py # locations/spiders/budget.py # locations/spiders/cars.py # locations/spiders/carters.py # locations/spiders/dollar_bank.py # locations/spiders/fitness19.py # locations/spiders/kirkland.py # locations/spiders/kodak_moments.py # locations/spiders/napa_auto_parts.py # locations/spiders/penndot_dmv.py # locations/spiders/primanti_bros.py # locations/spiders/rasushi.py # locations/spiders/spiceandtea.py # locations/spiders/thingsremembered.py # locations/spiders/unionsavings.py # locations/structured_data_spider.py.orig # logs/ # macys_backstage.mbtiles # ohio.html # ohio1.html # round2.py # run_id.txt # sh.py # star_convert.py # star_dump.py # star_restrict.py # star_scan.py # star_think.py # starbucks_all.jsons # starbucks_summarize.sh # starbucks_uniq.jsons # stderr.txt # update.py # ww.py # x.html # # ------------------------ >8 ------------------------ # Do not modify or remove the line above. # Everything below it will be ignored. diff --git c/locations/spiders/bobevans_us.py i/locations/spiders/bobevans_us.py index 31b8b29c..8dca02c7 100644 --- c/locations/spiders/bobevans_us.py +++ i/locations/spiders/bobevans_us.py @@ -40,7 +40,6 @@ class BobEvansUSSpider(SitemapSpider): for row in hours: start = datetime.fromisoformat(row["startDate"]) end = datetime.fromisoformat(row["endDate"]) - assert start.weekday() == end.weekday() day = DAYS[start.weekday()] start_time = start.strftime("%H:%M") end_time = end.strftime("%H:%M")