mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 03:00:15 +03:00
Remove redundant else
branch
This commit is contained in:
parent
ac8009af4a
commit
b28ceb76f8
|
@ -43,8 +43,7 @@ def can_react(chat_id):
|
|||
# Make sure we updated the last reaction time
|
||||
recent_reacts[chat_id] = now
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return False
|
||||
|
||||
|
||||
# Register `events.NewMessage` before defining the client.
|
||||
|
|
Loading…
Reference in New Issue
Block a user