remove unneeded line

This commit is contained in:
mcbloch 2019-09-03 15:01:44 +02:00
parent 7abb7c9e76
commit e5f16f7292
No known key found for this signature in database
GPG key ID: CE32A7D95B7D6418

View file

@ -147,4 +147,3 @@ def add_template_filters(app):
if __name__ == '__main__':
manager = create_app()
manager.run()
#app.run(threaded=True, host='0.0.0.0')