Explorar el Código

typo, forgot a dot somewhere

digital hace 7 años
padre
commit
e9516d2fa8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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