Skip to content

Commit

Permalink
Update lib/urlwatch/command.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Perl <[email protected]>
  • Loading branch information
Jamstah and thp authored May 29, 2024
1 parent d77b64e commit 07a7a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/urlwatch/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def modify_urls(self):
job = self._find_job(self.urlwatch_config.enable)
if job is not None:
job.enabled = True
print('Enabled %r' % (job,))
print(f'Enabled {job!r}')
else:
print('Not found: %r' % (self.urlwatch_config.enable,))
save = False
Expand Down

0 comments on commit 07a7a25

Please sign in to comment.