소스 검색

typo, forgot a dot somewhere

digital 7 년 전
부모
커밋
e9516d2fa8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      network/__init__.py

+ 1 - 1
network/__init__.py

@@ -435,7 +435,7 @@ class Client(threading.Thread):
                 error_handler=None,
                 block_size=1024,
             ):
-        super()__init__()
+        super().__init__()
         self.name = "Client"
         self.host = host
         self.port = port