diff --git a/main.py b/main.py index a60a41e..3083561 100644 --- a/main.py +++ b/main.py @@ -28,4 +28,8 @@ if __name__ == "__main__": port=int(os.environ.get("PORT", "8000")), debug=bool(os.environ.get("debug", False)), ) + + if os.environ.get("store_game", None): + server.enable_store_game_state() + server.run()