From 0b5293d8e7386c9ede73c36f12943781fd571ece Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 27 Sep 2022 12:56:57 +0200 Subject: [PATCH] test stagger again --- files/helpers/casino.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/casino.py b/files/helpers/casino.py index 7f40f334c..3c50db602 100644 --- a/files/helpers/casino.py +++ b/files/helpers/casino.py @@ -6,6 +6,7 @@ from files.helpers.const import * from files.helpers.wrappers import * + def get_game_feed(game): games = g.db.query(Casino_Game) \ .filter(Casino_Game.active == False, Casino_Game.kind == game) \