Update database_caller.py
This commit is contained in:
parent
6b85ca6083
commit
b6d1e290c8
@ -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 = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user