瀏覽代碼

remove the useless destructor

Sven Czarnian 3 年之前
父節點
當前提交
36d2bfa8a0
共有 1 個文件被更改,包括 0 次插入3 次删除
  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: