uncomment

This commit is contained in:
yamanq 2018-04-16 22:52:28 -04:00
parent bdcd0a5e08
commit a6a163844a

View File

@ -238,5 +238,5 @@ def editors():
else:
return "Bad Request"
# if __name__ == "__main__":
# app.run(host="0.0.0.0")
if __name__ == "__main__":
app.run(host="0.0.0.0")