From e91c296d4b09e286aa8628a32ce84ab7b6a04b32 Mon Sep 17 00:00:00 2001 From: Lonami Date: Fri, 5 Jul 2019 20:53:32 +0200 Subject: [PATCH] Space --- telethon/events/callbackquery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/events/callbackquery.py b/telethon/events/callbackquery.py index aa101353..f04d65d7 100644 --- a/telethon/events/callbackquery.py +++ b/telethon/events/callbackquery.py @@ -53,7 +53,7 @@ class CallbackQuery(EventBuilder): elif hasattr(match, 'match') and callable(match.match): if not isinstance(getattr(match, 'pattern', b''), bytes): match = re.compile(match.pattern.encode('utf-8'), - match.flags & (~re.UNICODE)) + match.flags & (~re.UNICODE)) self.match = match.match else: