From f92a1371587fafe9f533620a77d91313e86b1685 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 14 Oct 2005 19:37:08 +0000 Subject: [PATCH] name is login, not account name --- src/common/connection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 0011f031b..03046fdf4 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1815,7 +1815,6 @@ class Connection: # If a connection already exist we cannot create a new account if self.connection: return - config['name'] = name con, con_type = self.connect(config) if not con_type: return None