mirror of
https://github.com/alexta69/metube.git
synced 2025-04-05 05:07:37 +03:00
Fix
This commit is contained in:
parent
d12fc37a50
commit
60e810450d
1 changed files with 1 additions and 1 deletions
|
@ -235,4 +235,4 @@ app.on_response_prepare.append(on_prepare)
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
log.info(f"Listening on {config.HOST}:{config.PORT}")
|
log.info(f"Listening on {config.HOST}:{config.PORT}")
|
||||||
web.run_app(app, host=config.HOST, port=8081, reuse_port=False)
|
web.run_app(app, host=config.HOST, port=int(config.PORT), reuse_port=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue