mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
formatting
This commit is contained in:
parent
c30173cdc0
commit
2a7cf3e775
3 changed files with 2 additions and 32 deletions
|
@ -194,4 +194,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=config.PORT, reuse_port=True)
|
||||
web.run_app(app, host=config.HOST, port=config.PORT, reuse_port=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue