1
0
Fork 0
forked from bton/matekasse

set debuging mode to false

This commit is contained in:
2000-Trek 2023-06-09 21:50:38 +02:00
parent f45ad51ff6
commit 1cc13c6cd9

View file

@ -13,7 +13,6 @@ c = conn.cursor()
app = Flask(__name__)
app.secret_key = str(uuid.uuid4())
app.debug = True
socketio = SocketIO(app)