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