remove the useless destructor

This commit is contained in:
Sven Czarnian
2021-08-15 12:56:42 +02:00
parent 0fdcf8e99e
commit 36d2bfa8a0

View File

@@ -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: