new changes

This commit is contained in:
2024-11-20 15:44:24 +05:00
parent 3c4edd357d
commit 04d9162fff
9 changed files with 543 additions and 46 deletions
+2 -2
View File
@@ -4,5 +4,5 @@ from waitress import serve
from config import config
if __name__ == '__main__':
# webApp.run(debug=True, port=config['WEB_APP']['PORT'])
serve(webApp, host='0.0.0.0', port=config['WEB_APP']['PORT'])
webApp.run(debug=True, port=config['WEB_APP']['PORT'])
#serve(webApp, host='0.0.0.0', port=config['WEB_APP']['PORT'])