From 36a626a8f60b51365a22b525c505f3a42e587b4a Mon Sep 17 00:00:00 2001 From: Sakimori Date: Wed, 30 Dec 2020 18:03:01 -0500 Subject: [PATCH 1/2] increased precision of master_games_dic keys --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 835d340..c4c95a9 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -575,7 +575,7 @@ async def watch_game(channel, newgame, user = None): "delay" : -1 } - main_controller.master_games_dic[str(time.time())] = (newgame, state_init) + main_controller.master_games_dic[str(time.time() * 1000.0)] = (newgame, state_init) #while not newgame.over or newgame.top_of_inning != top_of_inning: # state = newgame.gamestate_display_full() From 03f1bfb6db06c15ca4af05e9ee88e2e3029c2d35 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Wed, 30 Dec 2020 18:38:19 -0500 Subject: [PATCH 2/2] emphasized "not the game band" in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f75e7..cb311ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # matteo-the-prestige # simsim discord bot -blaseball, blaseball, is back! in an unofficial capacity. +blaseball, blaseball, is back! in an unofficial capacity. this is completely unaffiliated with the game band custom players, custom teams, custom leagues (that last one is coming soon™) all in discord!