Skip to content

Commit

Permalink
loguru catch errors on retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
0x16c3 committed Jul 27, 2022
1 parent 327828a commit c8dba29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cogs/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def __init__(self, username: str, userid: int, type: int) -> None:
self._init = False
self.reset = False

@logger.catch
async def retrieve(
self,
) -> Dict[
Expand Down

0 comments on commit c8dba29

Please sign in to comment.