set debuging mode to false
This commit is contained in:
parent
f45ad51ff6
commit
1cc13c6cd9
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
@ -13,7 +13,6 @@ c = conn.cursor()
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.secret_key = str(uuid.uuid4())
|
app.secret_key = str(uuid.uuid4())
|
||||||
app.debug = True
|
|
||||||
socketio = SocketIO(app)
|
socketio = SocketIO(app)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue