coding stds
This commit is contained in:
parent
2ebf1309de
commit
0de0f31d91
1 changed files with 2 additions and 3 deletions
|
@ -172,7 +172,6 @@ class Connection(ConnectionHandlers):
|
||||||
self.new_account_info['hostname'] == data[0]:
|
self.new_account_info['hostname'] == data[0]:
|
||||||
# it's a new account
|
# it's a new account
|
||||||
if not data[1]: # wrong answer
|
if not data[1]: # wrong answer
|
||||||
print self.connection.lastErr
|
|
||||||
self.dispatch('ACC_NOT_OK', (
|
self.dispatch('ACC_NOT_OK', (
|
||||||
_('Transport %s answered wrongly to register request.') % \
|
_('Transport %s answered wrongly to register request.') % \
|
||||||
data[0]))
|
data[0]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue