Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed May 30, 2023
1 parent f6159b4 commit 2d12a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rembg/commands/s_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def im_without_bg(content: bytes, commons: CommonQueryParams) -> Response:
def startup():
try:
webbrowser.open(f"http://localhost:{port}")
except:
except Exception:
pass

if threads is not None:
Expand Down

0 comments on commit 2d12a01

Please sign in to comment.