Skip to content

Commit e76c07f

Browse files
authored
Update database.py
1 parent 7d7d4c3 commit e76c07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rkn_Bots/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def total_user():
2626
return user
2727

2828
async def getid():
29-
all_users = await users.find({})
29+
all_users = users.find({})
3030
return all_users
3131

3232
async def delete(id):

0 commit comments

Comments
 (0)