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