mirror of
https://github.com/SirBlobby/Hoya26.git
synced 2026-02-04 03:34:34 -05:00
Restore code and save recent updates
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user