reformat
This commit is contained in:
parent
84131d3c50
commit
19171baf02
@ -2,6 +2,4 @@ from aiohttp import web
|
||||
|
||||
from .main import get_app
|
||||
|
||||
web.run_app(
|
||||
get_app(), host='0.0.0.0', port=80
|
||||
)
|
||||
web.run_app(get_app(), host="0.0.0.0", port=80)
|
||||
|
Loading…
Reference in New Issue
Block a user