department-for-transport-BODS / bods-data-extractor

A python client for downloading and extracting data from the UK Bus Open Data Service
Other
44 stars 8 forks source link

Additional debugging code to be removed #56

Open adamakram1 opened 1 year ago

adamakram1 commented 1 year ago

Describe the bug

Code left in the check_for_expired_operators function from debugging which leads to two "referenced before assignment" errors. The variables "today" and "end_date" need to be removed from the return statement.

Expected behavior

Runs without causing any errors

Screenshots

image

image