rename argument

This commit is contained in:
Vostretsov Nikita 2019-07-15 03:33:51 +05:00
parent b8ef2ed0fa
commit 145c6c68c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def _scrapy_queue(queue_class, serialize, deserialize, *, use_key=False):
class SerializableQueue(queue_class):
def __init__(self, crawler, key, _):
def __init__(self, crawler, key, startprios):
self.spider = crawler.spider
args_ = []
if use_key: