mirror of https://github.com/scrapy/scrapy.git
periodic_log: fixed naming
This commit is contained in:
parent
a0c84903b7
commit
b60e0faf22
|
|
@ -10,7 +10,7 @@ from scrapy.utils.serialize import ScrapyJSONEncoder
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class LogStatsExtended:
|
||||
class PeriodicLog:
|
||||
"""Log basic scraping stats periodically"""
|
||||
|
||||
def __init__(
|
||||
Loading…
Reference in New Issue