forked from bton/matekasse
key fix?
This commit is contained in:
parent
c5b480374a
commit
faf0e5c350
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -13,6 +13,7 @@ c = conn.cursor()
|
|||
|
||||
app = Flask(__name__)
|
||||
key = str(uuid.uuid4().hex)
|
||||
print(key)
|
||||
app.secret_key = key
|
||||
socketio = SocketIO(app)
|
||||
|
||||
|
|
Loading…
Reference in a new issue