Skip to content

Commit 6455a94

Browse files
committed
Update base.py
1 parent 7fe9b7e commit 6455a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

economy with MYSQL/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self, *args, **kwargs):
3333

3434
self.db = Database(
3535
host=Auth.DB_HOST, port=Auth.DB_PORT,
36-
user=Auth.DB_USER, passwd=Auth.DB_PASSWD, db_name=Auth.DB_NAME
36+
username=Auth.DB_USER, passwd=Auth.DB_PASSWD, db_name=Auth.DB_NAME
3737
)
3838

3939
async def on_ready(self):

0 commit comments

Comments
 (0)