mirror of
https://github.com/derrod/legendary.git
synced 2025-08-28 04:21:01 +00:00
remove unnecessary variable
This commit is contained in:
parent
0563a26fde
commit
92830f061c
|
@ -42,7 +42,6 @@ class LegendaryCLI:
|
||||||
self.core = LegendaryCore()
|
self.core = LegendaryCore()
|
||||||
self.logger = logging.getLogger('cli')
|
self.logger = logging.getLogger('cli')
|
||||||
self.logging_queue = None
|
self.logging_queue = None
|
||||||
self.finish_rpc = False
|
|
||||||
|
|
||||||
def setup_threaded_logging(self):
|
def setup_threaded_logging(self):
|
||||||
self.logging_queue = MPQueue(-1)
|
self.logging_queue = MPQueue(-1)
|
||||||
|
|
Loading…
Reference in a new issue