This commit is contained in:
Gogs
2019-12-09 23:57:26 +04:00
parent cc4c4b90fb
commit 55df7321f8
150 changed files with 13473 additions and 0 deletions

4
StartServer.py Executable file
View File

@@ -0,0 +1,4 @@
from app import app
if __name__ == '__main__':
#app.run(debug=True,ssl_context=('LinuxServer.crt','rootCA.key',3))
app.run(debug=True)