mirror of https://github.com/scrapy/scrapy.git
Remove unused variable
This commit is contained in:
parent
98ee3ddffe
commit
d774d6a9c4
|
|
@ -149,7 +149,7 @@ class CrawlerLoggingTestCase(unittest.TestCase):
|
|||
}
|
||||
|
||||
configure_logging()
|
||||
crawler = Crawler(MySpider, {})
|
||||
Crawler(MySpider, {})
|
||||
logging.debug('debug message')
|
||||
|
||||
with open(log_file, 'rb') as fo:
|
||||
|
|
|
|||
Loading…
Reference in New Issue