Minor change

This commit is contained in:
Dita Aji Pratama 2023-01-30 20:11:17 +07:00
parent adf54839c9
commit db53e4988e

View File

@ -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,
}