From 81412c1719edc0a0796ebf8f8f5de27ffae55a62 Mon Sep 17 00:00:00 2001 From: AugustLight <125802350+AugustLigh@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:33:21 +0300 Subject: [PATCH] bug fix --- AminoLightPy/managers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AminoLightPy/managers.py b/AminoLightPy/managers.py index 974699e..52a80fa 100644 --- a/AminoLightPy/managers.py +++ b/AminoLightPy/managers.py @@ -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