From 0d42d719284b6b620be0a12027a2c209325cb597 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 Aug 2013 00:07:17 +0200 Subject: Update updater.py --- bin/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/updater.py b/bin/updater.py index 5b782ab91..5c669848e 100644 --- a/bin/updater.py +++ b/bin/updater.py @@ -125,7 +125,7 @@ class Updater: except (ValueError, urllib.error.HTTPError) as e: print('%s: %s' % (self.base_url, e)) - print('Trying again in 30 seconds") + print('Trying again in 30 seconds') time.sleep(30) def main(): -- cgit v1.2.3