diff options
Diffstat (limited to 'update.py')
-rwxr-xr-x | update.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ def check_updates(args): if resp.url in old_urls: print(" No updates") else: - print(" Found update: {resp.url.split('/')[-1]}".format(resp=resp)) + print(" Found update: " + resp.url.split('/')[-1]) print("Finished checking for updates!") |