Skip to content

Commit

Permalink
Merge remote-tracking branch 'claws/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeo committed Feb 8, 2016
2 parents 1b5d8da + b478f1f commit e9914ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectivity/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def is_ready(self):
return (self.relay_address is not None
and self.relay_address is not [None, None]
and self.mapped_address is not None
and self._socket.state == QAbstractSocket.BoundState)
and self._socket.state() == QAbstractSocket.BoundState)

def start_test(self):
self.send('InitiateTest', [self._port])
Expand Down

0 comments on commit e9914ed

Please sign in to comment.