Skip to content

Commit

Permalink
undoing fix for #713 as it breaks the reloader for regular apps
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Sep 12, 2018
1 parent cc49b24 commit b20224b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flask_socketio/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ def run(info, host, port, reload, debugger, eager_loading, with_threads):
print(' * Serving Flask-SocketIO app "%s"' % info.app_import_path)
if debug is not None:
print(' * Forcing debug mode %s' % (debug and 'on' or 'off'))
else:
# if this is the child process of the reloader, then make sure we don't
# start the reloader once again
reload = False

def run_server():
app = info.load_app()
Expand Down

0 comments on commit b20224b

Please sign in to comment.