mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-22 22:03:53 +00:00
changed CLUSTER_WORKER_LOGDIR to CLUSTER_LOGDIR
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%4055
This commit is contained in:
parent
585f35fb3a
commit
ba0f87ed2c
@ -47,7 +47,7 @@ class ClusterWorker(pb.Root):
|
||||
raise NotConfigured
|
||||
|
||||
self.maxproc = settings.getint('CLUSTER_WORKER_MAXPROC')
|
||||
self.logdir = settings['CLUSTER_WORKER_LOGDIR']
|
||||
self.logdir = settings['CLUSTER_LOGDIR']
|
||||
self.running = {}
|
||||
self.starttime = time.time()
|
||||
port = settings.getint('CLUSTER_WORKER_PORT')
|
||||
|
Loading…
x
Reference in New Issue
Block a user