Skip to content

Commit

Permalink
update db_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 8, 2024
1 parent a8a1f2e commit aaaafde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/helper/ext_utils/db_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def disconnect(self):

async def db_load(self):
if self._db is None:
await self.aconnect()
await self.connect()
if self._return:
return
# Save bot settings
Expand Down

0 comments on commit aaaafde

Please sign in to comment.