Fixing errors with data import and database names

This commit is contained in:
2025-07-08 23:35:10 +00:00
parent f21032a1f0
commit b97e008b20
5 changed files with 36 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ if __name__ == '__main__':
imp = Importer(db_conn)
test_csv = "./data/stats/gl2022.csv"
print(imp.parse_one_file(test_csv))
imp.parse_one_file(test_csv)
#we = Weather()
#print(we.get_weather(39.26733000, -76.79831000, "20250706", 12))