Marthee commited on
Commit
ab4cd79
·
1 Parent(s): 154e666

Rename main.py to app.py

Browse files
Files changed (1) hide show
  1. main.py → app.py +2 -2
main.py → app.py RENAMED
@@ -331,7 +331,7 @@ def getlinkscreated(jsdata):
331
 
332
  #_________________________________________________________________________________________________________________________
333
  #_________________________________________________________________________________________________________________________
334
- if __name__ == "__main__":
335
- app.run(debug=True)
336
 
337
 
 
331
 
332
  #_________________________________________________________________________________________________________________________
333
  #_________________________________________________________________________________________________________________________
334
+ if _name_ == "__main__":
335
+ app.run(host="0.0.0.0", port=7860)
336
 
337