Restore code and save recent updates

This commit is contained in:
2026-01-25 03:31:01 +00:00
parent bae861c71f
commit 5ce0b4d278
54 changed files with 2963 additions and 2899 deletions

View File

@@ -1,7 +1,7 @@
import os
from src import create_app
import os
from src import create_app
app = create_app()
app =create_app ()
if __name__ == "__main__":
app.run(debug=True, port=5000, host="0.0.0.0")
if __name__ =="__main__":
app .run (debug =True ,port =5000 ,host ="0.0.0.0")