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 self.connection:
 | 
			
		||||
			return
 | 
			
		||||
		config['name'] = name
 | 
			
		||||
		con, con_type = self.connect(config)
 | 
			
		||||
		if not con_type:
 | 
			
		||||
			return None
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue