Commit 6bd01156 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Delete id

parent e75c2c21
......@@ -11,7 +11,7 @@ class BaseSpider(scrapy.Spider):
super(BaseSpider, self).__init__(*args, **kwargs)
self.condition = query
self.fresh = False if fresh == 'False' else fresh
self.query = "SELECT id, name, country FROM wp_esi_entity WHERE 1 and id=3"
self.query = "SELECT id, name, country FROM wp_esi_entity WHERE 1 and id=0"
if self.condition:
print(self.condition)
self.query += ' or {}'.format(self.condition)
......
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