Browse Source

remove the useless destructor

Sven Czarnian 3 năm trước cách đây
mục cha
commit
36d2bfa8a0
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      aman/com/Euroscope.py

+ 0 - 3
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: