From ef35bc7da5b3bdf689119967225ee28186d8b27f Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Fri, 9 Jun 2023 21:38:20 +0200 Subject: [PATCH] set sekretkey --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 906795c..4bc276a 100644 --- a/main.py +++ b/main.py @@ -14,6 +14,7 @@ c = conn.cursor() app = Flask(__name__) socketio = SocketIO(app) app.debug = True +app.secret_key = str(uuid.uuid4()) status = True users = queue.Queue()