We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2982249 + 22c16d4 commit 4977ef8Copy full SHA for 4977ef8
Tribler/Utilities/Instance2Instance.py
@@ -23,7 +23,7 @@
23
class Instance2InstanceServer(Thread):
24
25
def __init__(self, i2iport, connhandler, timeout=300.0):
26
- super(Thread, self).__init__()
+ super(Instance2InstanceServer, self).__init__()
27
self._logger = logging.getLogger(self.__class__.__name__)
28
29
name = 'Instance2Instance' + self.getName()
0 commit comments