Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
No-OnE-Kn0wS-Me authored Feb 13, 2021
1 parent 6de0fdb commit 0496fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def del_thumb(id):
SESSION.delete(msg)
SESSION.commit()

async def get_thumb(id):
async def thumb(id):
try:
t = SESSION.query(Thumbnail).get(id)
return t
Expand Down

0 comments on commit 0496fcd

Please sign in to comment.