jrocha commited on
Commit
c1a3ab2
·
verified ·
1 Parent(s): fd5f0b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,5 +101,5 @@ def main():
101
 
102
  return iface.launch(debug = True, share=True)
103
 
104
- #if __name__ == "__main__":
105
- #main()
 
101
 
102
  return iface.launch(debug = True, share=True)
103
 
104
+ if __name__ == "__main__":
105
+ main()