From b6d1e290c89cf95d5ddbaf48bcc62cdfd1deb7e9 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 4 Mar 2022 23:06:31 +0800 Subject: [PATCH] Update database_caller.py --- database_caller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database_caller.py b/database_caller.py index 908978b..a094bb7 100755 --- a/database_caller.py +++ b/database_caller.py @@ -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 = []