Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustLigh committed Apr 30, 2024
1 parent 03c406b commit 81412c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AminoLightPy/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
self.context.typing_request(self.comId, self.chatId, True)

class Recording():
def __init__(self, context, chatId: str, comId: int = None) -> None:
def __init__(self, context, chatId: str, comId: int = None) -> None:
self.chatId = chatId
self.context = context
self.comId = 0 if not comId else comId
Expand Down

0 comments on commit 81412c1

Please sign in to comment.