forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
Aevann 2024-06-03 15:35:50 +03:00
parent e4e2dc868c
commit 5a0d2cb23e
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ def push_notif(uids, title, body, url_or_comment, chat_id=None):
if not uids:
return
uids = set(uids)
if SITE == 'rdrama.net' and chat_id != 182:
uids.discard(AEVANN_ID)
uids.discard(147)