mirror of
https://gitea.invidious.io/iv-org/Invidious-quic-proxy.git
synced 2024-08-15 00:43:22 +00:00
Update main.py
Change default port
This commit is contained in:
parent
91b9f64daa
commit
8257081004
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -23,7 +23,7 @@ CONFIG_FILE.touch(exist_ok=True)
|
|||
with open(f"{CONFIG_FILE}") as config:
|
||||
config = pytomlpp.loads(config.read())
|
||||
if not config:
|
||||
config = {"port": 8080, "host": "0.0.0.0"}
|
||||
config = {"port": 7192, "host": "0.0.0.0"}
|
||||
routes = web.RouteTableDef()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue