mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
After squash fixes
After squash fixes
This commit is contained in:
@@ -258,9 +258,6 @@ def waitress_run():
|
||||
"""
|
||||
serve(app, host=HOST_ADDRESS, port=PORT_ADDRESS)
|
||||
|
||||
def waitress_run():
|
||||
serve(app, host="0.0.0.0", port=5000)
|
||||
|
||||
if __name__ == "__main__":
|
||||
logger = logging.getLogger('conjurer_musician')
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user