forked from bton/matekasse
set sekretkey
This commit is contained in:
parent
eaafad5aa4
commit
ef35bc7da5
1 changed files with 1 additions and 0 deletions
1
main.py
1
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()
|
||||
|
|
Loading…
Reference in a new issue