debug mode!

master
ifiguero 2020-04-27 12:34:39 -04:00
parent c5f37091d8
commit 5782ffa97f
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from basicweb import app
if __name__ == "__main__":
app.run(host= '0.0.0.0')