Minor change
This commit is contained in:
		
							parent
							
								
									adf54839c9
								
							
						
					
					
						commit
						db53e4988e
					
				@ -1,9 +1,9 @@
 | 
			
		||||
# Your database list
 | 
			
		||||
 | 
			
		||||
main_db = {
 | 
			
		||||
    'host' : 'localhost',
 | 
			
		||||
    'user' : 'root',
 | 
			
		||||
    'password' : '',
 | 
			
		||||
    'database' : 'your_db',
 | 
			
		||||
    'autocommit' : True,
 | 
			
		||||
    'host'          : 'localhost',
 | 
			
		||||
    'user'          : 'root',
 | 
			
		||||
    'password'      : '',
 | 
			
		||||
    'database'      : 'your_db',
 | 
			
		||||
    'autocommit'    : True,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user