1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

removed unused variable

This commit is contained in:
A_D 2020-07-19 16:43:42 +02:00 committed by Athanasius
parent a9f4f5d507
commit ce7c6d4333

@ -176,7 +176,6 @@ class EDLogs(FileSystemEventHandler):
self.thread = None # Orphan the worker thread - will terminate at next poll
def close(self):
thread = self.thread
self.stop()
if self.observer:
self.observer.stop()