Skip to content

Commit 4977ef8

Browse files
committed
Merge pull request #906 from LipuFei/fixes
Fix a typo in init() Tribler/Utilities/Instance2Instance.py
2 parents 2982249 + 22c16d4 commit 4977ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tribler/Utilities/Instance2Instance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class Instance2InstanceServer(Thread):
2424

2525
def __init__(self, i2iport, connhandler, timeout=300.0):
26-
super(Thread, self).__init__()
26+
super(Instance2InstanceServer, self).__init__()
2727
self._logger = logging.getLogger(self.__class__.__name__)
2828

2929
name = 'Instance2Instance' + self.getName()

0 commit comments

Comments
 (0)