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