Skip to content

Commit

Permalink
Fix cache update function
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 27, 2024
1 parent 614bb3d commit 5b27701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedbadges/cached.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def is_applicable(self, search_kwargs, badge_dict):

def _append_message(self, result):
total, _messages = result
return total + 1, _messages

def on_message(self, message: FMMessage):
try:
Expand Down

0 comments on commit 5b27701

Please sign in to comment.