Skip to content

Commit

Permalink
forgot to change the other one as well
Browse files Browse the repository at this point in the history
  • Loading branch information
znarfm committed Nov 21, 2024
1 parent 3e7afe1 commit 5e4c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bing_rewards/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def main():
def desktop(profile=''):
# Complete search with desktop settings
count = options.count if 'count' in options else options.desktop_count
profile_msg = f" using profile '{profile}'" if profile else ""
profile_msg = f" using profile '{profile}'" if profile else ''
print(f'Doing {count} desktop searches{profile_msg}')

temp_options = options
Expand Down

0 comments on commit 5e4c1dc

Please sign in to comment.