From 07eb992fa5576d77abafde2688ed90f81060d285 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 13 Aug 2013 15:48:31 +0200 Subject: version bump --- appinfo/info.xml | 2 +- appinfo/version | 2 +- bin/updater.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e90ce6285..905659a87 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,6 +5,6 @@ An RSS/Atom feed reader. Requires the App Framework app and backgroundjobs need to be enabled. See the README.rst in the apps top directory AGPL Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors). - 1.203 + 1.204 5.0.6 diff --git a/appinfo/version b/appinfo/version index 35fe290dd..8d45ebc21 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -1.203 +1.204 \ No newline at end of file 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