8 lines
166 B
Python
Executable File
8 lines
166 B
Python
Executable File
main_db = {
|
|
'host' : 'localhost',
|
|
'user' : 'root',
|
|
'password' : '',
|
|
'database' : 'your_db',
|
|
'autocommit' : True,
|
|
}
|