improved env loading

This commit is contained in:
evilchili
2022-12-21 21:16:06 -08:00
parent 7c82226ff9
commit 41a21671ca
6 changed files with 105 additions and 28 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from groove.webserver import requests, themes
server = bottle.Bottle()
def start(host: str, port: int, debug: bool) -> None: # pragma: no cover
def start(host: str = '127.0.0.1', port: int = 2323, debug: bool = False) -> None: # pragma: no cover
"""
Start the Bottle app.
"""