summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kittystore/storm/store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kittystore/storm/store.py b/kittystore/storm/store.py
index 9339754..7129057 100644
--- a/kittystore/storm/store.py
+++ b/kittystore/storm/store.py
@@ -464,7 +464,7 @@ class StormStore(object):
Thread.date_active >= start,
Thread.date_active < end,
)).order_by(Desc(Thread.date_active))
- return list(threads)
+ return threads
def get_start_date(self, list_name):
""" Get the date of the first archived email in a list.