Skip to content

Instantly share code, notes, and snippets.

@ashokc
Created February 16, 2020 19:43
Show Gist options
  • Save ashokc/c0ba1c578e865020ad650755869ee0dc to your computer and use it in GitHub Desktop.
Save ashokc/c0ba1c578e865020ad650755869ee0dc to your computer and use it in GitHub Desktop.
# in quotes.py
if __name__ == "__main__":
app.logger.disabled = True
log = logging.getLogger('werkzeug')
log.disabled = True
app.run(host='localhost', port=9996, debug=False, threaded=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment