This commit is contained in:
chest 2025-01-30 20:55:31 +03:00 committed by Sweetbread
parent 5888f44c27
commit fce6f51db2

2
app.py
View File

@ -61,5 +61,5 @@ def authdata():
pass
app.run()
app.run(host="0.0.0.0", debug=False)
connection.close()