diff --git a/lib/urlwatch/command.py b/lib/urlwatch/command.py index 35c8a0f3..01d488d3 100644 --- a/lib/urlwatch/command.py +++ b/lib/urlwatch/command.py @@ -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