diff log
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@ def run():
|
|||||||
|
|
||||||
current_games = get_all_scores()
|
current_games = get_all_scores()
|
||||||
for game in current_games:
|
for game in current_games:
|
||||||
print(game.status, game.home, game.away)
|
print(game)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
now = time()
|
now = time()
|
||||||
|
|||||||
Reference in New Issue
Block a user