Commit 6a85dc15 authored by Francesco Poldi's avatar Francesco Poldi

Fix for issue 120

fix #120
parent 8d4227ae
...@@ -52,7 +52,7 @@ class Search: ...@@ -52,7 +52,7 @@ class Search:
self.feed = [-1] self.feed = [-1]
if get.Limit(self.config.Limit, self.count): if get.Limit(self.config.Limit, self.count):
self.d._until = self.d_until - _days self.d._until = self.d._until - _days
self.feed = [-1] self.feed = [-1]
else: else:
while True: while True:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment