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) \