mirror of
https://github.com/derrod/legendary.git
synced 2025-01-09 06:05:28 +00:00
parent
0e86791237
commit
9f7133362c
|
@ -29,7 +29,7 @@ class DLWorker(Process):
|
||||||
self.shm = SharedMemory(name=shm)
|
self.shm = SharedMemory(name=shm)
|
||||||
self.log_level = logging.getLogger().level
|
self.log_level = logging.getLogger().level
|
||||||
self.logging_queue = logging_queue
|
self.logging_queue = logging_queue
|
||||||
self.dl_timeout = dl_timeout
|
self.dl_timeout = float(dl_timeout) if dl_timeout else 10.0
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
# we have to fix up the logger before we can start
|
# we have to fix up the logger before we can start
|
||||||
|
|
Loading…
Reference in a new issue