aboutsummaryrefslogtreecommitdiff
path: root/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'update.py')
-rwxr-xr-xupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.py b/update.py
index 876d3e4..a762db8 100755
--- a/update.py
+++ b/update.py
@@ -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!")