This commit is contained in:
AF 2023-10-02 17:01:04 +00:00
parent 84131d3c50
commit 19171baf02

View File

@ -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)