소스 검색

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: