mirror of https://github.com/scrapy/scrapy.git
remove unused lines from shell command
This commit is contained in:
parent
8e5ede7179
commit
b83851dcc3
|
|
@ -35,8 +35,6 @@ class Command(ScrapyCommand):
|
|||
pass
|
||||
|
||||
def get_url(self, url):
|
||||
response = None
|
||||
|
||||
url = url.strip()
|
||||
if url:
|
||||
u = urlparse.urlparse(url)
|
||||
|
|
|
|||
Loading…
Reference in New Issue