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