This commit is contained in:
2023-08-18 00:12:02 +04:00
parent 6e17ca2167
commit e358a96e76
5 changed files with 85 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
#!env/bin/python3.10
from app import app
if __name__ == '__main__':
#app.run(debug=True,ssl_context=('LinuxServer.crt','rootCA.key',3))
# app.run(debug=True,ssl_context=('LinuxServer.crt','rootCA.key',3))
app.run(debug=True)