name is login, not account name
This commit is contained in:
parent
27ee476990
commit
f92a137158
1 changed files with 0 additions and 1 deletions
|
@ -1815,7 +1815,6 @@ class Connection:
|
||||||
# If a connection already exist we cannot create a new account
|
# If a connection already exist we cannot create a new account
|
||||||
if self.connection:
|
if self.connection:
|
||||||
return
|
return
|
||||||
config['name'] = name
|
|
||||||
con, con_type = self.connect(config)
|
con, con_type = self.connect(config)
|
||||||
if not con_type:
|
if not con_type:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Reference in a new issue