aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpyaggr3g470r/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyaggr3g470r/utils.py b/pyaggr3g470r/utils.py
index b1c9ff50..e88f5261 100755
--- a/pyaggr3g470r/utils.py
+++ b/pyaggr3g470r/utils.py
@@ -100,7 +100,6 @@ def history(user_id, year=None, month=None):
articles_counter[article.date.month] += 1
else:
articles_counter[article.date.year] += 1
-
return articles_counter, articles
def import_opml(email, opml_content):
bgstack15