11 lines
		
	
	
		
			190 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			190 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import mysql.connector
 | |
| 
 | |
| token = ""
 | |
| 
 | |
| def get_connection_ban_detector():
 | |
|     return mysql.connector.connect(
 | |
|         host="127.0.0.1",
 | |
|         port=3306,
 | |
|         user="",
 | |
|         password="")
 |