A little fix for a connection error msg
This commit is contained in:
parent
a74381ae52
commit
efe3be890b
@ -117,7 +117,7 @@ class XMPPBot(sleekxmpp.ClientXMPP):
|
||||
self.jabber.process(block=True)
|
||||
else:
|
||||
# sys.stderr.write('could not connect!\n')
|
||||
sys.stderr.write('Could not connect to server, or password '
|
||||
sys.stderr.write('Could not connect to server, or password ' +
|
||||
'mismatch!\n')
|
||||
sys.exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user