aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/crawler.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/crawler.py')
-rw-r--r--pyaggr3g470r/crawler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/crawler.py b/pyaggr3g470r/crawler.py
index 119a40f5..f7b8ef49 100644
--- a/pyaggr3g470r/crawler.py
+++ b/pyaggr3g470r/crawler.py
@@ -147,7 +147,7 @@ def parse_feed(user, feed):
break
except:
pass
- finally:
+ else:
post_date = datetime.now(dateutil.tz.tzlocal())
# create the models.Article object and append it to the list of articles
bgstack15