Fix typo.
Fix typo in calculations.py.
This commit is contained in:
parent
a22a0824d5
commit
19ee2b27b7
@ -63,6 +63,6 @@ if __name__ == "__main__":
|
||||
try:
|
||||
get_data(remote_db)
|
||||
except Exception as e:
|
||||
print(f"Exception {e} in plots.py")
|
||||
print(f"Exception {e} in calculations.py")
|
||||
finally:
|
||||
remote_db.close()
|
||||
|
||||
Reference in New Issue
Block a user