Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/python/src/withoutbg/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def main(

try:
# Determine if using API
using_api = use_api or api_key or model == "api"
using_api = use_api or model == "api"

if using_api and not api_key:
click.echo("Error: API key required when using API service", err=True)
Expand Down
Loading