forked from rDrama/rDrama
1
0
Fork 0

remove unused assignment

master
Aevann 2023-07-26 15:20:32 +03:00
parent 935cd1d116
commit 567deeeafa
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ def push_notif(uids, title, body, url_or_comment):
def _push_notif_thread(subscriptions, title, body, url):
for subscription in subscriptions:
try:
response = webpush(
webpush(
subscription_info=json.loads(subscription),
data=json.dumps({
"title": title,