This commit is contained in:
Daniel Gatis 2023-05-29 21:11:40 -03:00
parent f6159b45e0
commit 2d12a011cd

View File

@ -203,7 +203,7 @@ def s_command(port: int, log_level: str, threads: int) -> None:
def startup():
try:
webbrowser.open(f"http://localhost:{port}")
except:
except Exception:
pass
if threads is not None: