Skip to content

Commit

Permalink
removed check for notification sent number (API changed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Nov 20, 2024
1 parent 4cbd41a commit 377ba79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/walle.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,7 @@ def notify_user(self, encoded_user_id: UserId) -> bool:
},
)
if response.status_code == 200:
if response.json()["total_notifications_sent"] == 1:
return True
return True
logger.error(
"Can not notify user %s, response from Galaxy: %s",
encoded_user_id,
Expand Down

0 comments on commit 377ba79

Please sign in to comment.