This commit is contained in:
2025-01-30 20:55:31 +03:00
committed by Sweetbread
parent 5888f44c27
commit fce6f51db2
+1 -1
View File
@@ -61,5 +61,5 @@ def authdata():
pass pass
app.run() app.run(host="0.0.0.0", debug=False)
connection.close() connection.close()