Update database_caller.py

This commit is contained in:
Justin
2022-03-04 23:06:31 +08:00
committed by GitHub
parent 6b85ca6083
commit b6d1e290c8

View File

@@ -390,7 +390,7 @@ def updateLeagueTables(api_key):
all_data = r.json()
print(all_data)
#print(all_data)
for league in all_data[0].keys():
@@ -461,7 +461,7 @@ def updateLeagueEvents(api_key, time):
all_data = r.json()
print(all_data)
#print(all_data)
#events = []