diff --git a/legendary/cli.py b/legendary/cli.py index 12b4b93..6c1d36e 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -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)