Marthee commited on
Commit
3df251e
·
1 Parent(s): e1ad293

Update app.py

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