Making it so all csv is parsed

This commit is contained in:
2025-07-09 23:19:55 +00:00
parent b97e008b20
commit 6ae3b9108b
6 changed files with 35 additions and 14 deletions

View File

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