Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skrphenix committed Apr 20, 2024
1 parent 7fe9b7e commit 6455a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion economy with MYSQL/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, *args, **kwargs):

self.db = Database(
host=Auth.DB_HOST, port=Auth.DB_PORT,
user=Auth.DB_USER, passwd=Auth.DB_PASSWD, db_name=Auth.DB_NAME
username=Auth.DB_USER, passwd=Auth.DB_PASSWD, db_name=Auth.DB_NAME
)

async def on_ready(self):
Expand Down

0 comments on commit 6455a94

Please sign in to comment.