Skip to content

Commit

Permalink
Back to using the CLI in application.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmarieta committed Jan 23, 2024
1 parent 72918ab commit 323fd19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def get_hostname():
return jsonify({'hostname': HOSTNAME})

if __name__ == "__main__":
# cli()
socketio.run(application, debug=True, host='0.0.0.0')
cli()
# socketio.run(application, debug=True, host='0.0.0.0')

0 comments on commit 323fd19

Please sign in to comment.