mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +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__':
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
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