Commit 3ec40158 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Fix console messages

parent 90cd42c7
...@@ -51,7 +51,7 @@ class ExaPipeline(object): ...@@ -51,7 +51,7 @@ class ExaPipeline(object):
def check_url(self, url): def check_url(self, url):
if bool(self.buffer.get(url)): if bool(self.buffer.get(url)):
print("NOT IN REDIS") print("IN REDIS")
return True return True
else: else:
return False return False
......
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