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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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