mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-05 16:50:38 +08:00
fix lint
This commit is contained in:
parent
f6159b45e0
commit
2d12a011cd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user