A little fix for a connection error msg

This commit is contained in:
Alexei Sorokin 2016-08-01 19:09:50 +03:00
parent a74381ae52
commit efe3be890b

View File

@ -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)