Skip to content

Commit

Permalink
Made messages silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Mroik committed Sep 22, 2021
1 parent 988f608 commit aec277d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def main():
print("Sending", section[1])
while True:
try:
chat.send_media_group(send_group) # Sometimes it raises a BadRequest not sure why
chat.send_media_group(send_group, disable_notification=True) # Sometimes it raises a BadRequest not sure why
break
except RetryAfter as e:
sleep(e.retry_after + 2)
Expand Down

0 comments on commit aec277d

Please sign in to comment.