Making it so all csv is parsed
This commit is contained in:
4
main.py
4
main.py
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user