Changed default database driver.

doc_update
Joey Hines 2018-09-13 12:46:26 -05:00
parent a1c937350e
commit fcafb1d141
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def create_config(config, path):
'Bot_Mod': '',
'Error_Users': ''
}
config['SQL'] = {'Dialect+Driver': 'mysql+mysqldb',
config['SQL'] = {'Dialect+Driver': 'mysql+pymysql',
'Username': '',
'Password': '',
'Host': '',