Commit 0d2e4dd6 authored by Vincent Pelletier's avatar Vincent Pelletier

Drop unneeded criterion.

parent 5d3ea021
...@@ -220,7 +220,7 @@ class SQLDict(SQLBase): ...@@ -220,7 +220,7 @@ class SQLDict(SQLBase):
validated_count = 0 validated_count = 0
while 1: while 1:
result = self._getMessageList(activity_tool, processing_node=-1, result = self._getMessageList(activity_tool, processing_node=-1,
to_date=now_date, processing=0, to_date=now_date,
offset=offset, count=READ_MESSAGE_LIMIT) offset=offset, count=READ_MESSAGE_LIMIT)
if not result: if not result:
return return
......
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