Fix typo.

Fix typo in calculations.py.
This commit is contained in:
Sebastian Lenzlinger 2024-01-08 10:57:03 +01:00
parent a22a0824d5
commit 19ee2b27b7

View File

@ -63,6 +63,6 @@ if __name__ == "__main__":
try: try:
get_data(remote_db) get_data(remote_db)
except Exception as e: except Exception as e:
print(f"Exception {e} in plots.py") print(f"Exception {e} in calculations.py")
finally: finally:
remote_db.close() remote_db.close()