Ver Fonte

typo, forgot a dot somewhere

digital há 7 anos atrás
pai
commit
e9516d2fa8
1 ficheiros alterados com 1 adições e 1 exclusões
  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