Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagellach37 committed Dec 2, 2024
1 parent 2add56c commit 7488741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_all_affected_users():
except Exception as e:
logger.exception(e)
logger.warning(
f"Could NOT update task contribution count for user in Firebase."
f"Could NOT get affected users from postgres."
)

return uid_list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_all_affected_users():
except Exception as e:
logger.exception(e)
logger.warning(
f"Could NOT update task contribution count for user in Firebase."
f"Could NOT get affected users from posgres."
)

return uid_list
Expand Down

0 comments on commit 7488741

Please sign in to comment.