From 07eb992fa5576d77abafde2688ed90f81060d285 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 13 Aug 2013 15:48:31 +0200 Subject: version bump --- bin/updater.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/updater.py b/bin/updater.py index 4e4ef409c..f168c6aff 100644 --- a/bin/updater.py +++ b/bin/updater.py @@ -109,7 +109,7 @@ class Updater: feeds_json = feeds_response.read().decode('utf-8') feeds = json.loads(feeds_json)['feeds'] - # start thread_num for feeds + # start thread_num threads which update the feeds threads = [] for num in range(0, self.thread_num): thread = UpdateThread(feeds, self.update_url, self.user, @@ -126,7 +126,6 @@ class Updater: # wait until the interval finished to run again time.sleep(self.interval) - except (ValueError, urllib.error.HTTPError) as e: print('%s: %s' % (self.base_url, e)) print('Trying again in 30 seconds') -- cgit v1.2.3