From 36d2bfa8a04a389a31b6290ccd0d61d0afe9f978 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sun, 15 Aug 2021 12:56:42 +0200 Subject: [PATCH] remove the useless destructor --- aman/com/Euroscope.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/aman/com/Euroscope.py b/aman/com/Euroscope.py index 616f7fb..e595b2a 100644 --- a/aman/com/Euroscope.py +++ b/aman/com/Euroscope.py @@ -18,9 +18,6 @@ class ReceiverThread(threading.Thread): threading.Thread.__init__(self) self.socket = socket - def __del__(self): - self.stopThread() - def run(self): try: while True: