Browse Source

typo, forgot a dot somewhere

digital 7 years ago
parent
commit
e9516d2fa8
1 changed files with 1 additions and 1 deletions
  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