Skip to content
Snippets Groups Projects
Commit c5dc3637 authored by CemAdg's avatar CemAdg
Browse files

app.py updated

parent b4b0f2ff
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ def create_app(test_config=None):
'lamp_id': lamp_id,
'success': True
})
except BaseException:
abort(422)
......@@ -134,4 +134,4 @@ def create_app(test_config=None):
app = create_app()
if __name__ == '__main__':
app.run()
app.run(host = "0.0.0.0")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment