1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-22 05:53:39 +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:
olveyra 2008-07-11 18:27:19 +00:00
parent 585f35fb3a
commit ba0f87ed2c

View File

@ -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')