summaryrefslogtreecommitdiff
path: root/poezio/connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/connection.py')
-rw-r--r--poezio/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/connection.py b/poezio/connection.py
index 69259690..8a74635d 100644
--- a/poezio/connection.py
+++ b/poezio/connection.py
@@ -43,7 +43,7 @@ class Connection(slixmpp.ClientXMPP):
# many features will be handled differently
# depending on this setting
self.anon = False
- jid = '%s' % config.get('jid')
+ jid = config.get('jid')
password = config.get('password')
eval_password = config.get('eval_password')
if not password and not eval_password and not (keyfile