Skip to content

Commit abbf9a5

Browse files
committed
adding some more logging and deleting an old avatar message only once the new avatar was uploaded to discord
1 parent 2bc735e commit abbf9a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.wall_e_models

wall_e/extensions/leveling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ async def _update_member_profile_data(self, logger, member, updated_user_id, ind
822822
try:
823823
logger.debug(
824824
f"[Leveling _update_member_profile_data()] "
825-
f"attempt {self.user_points[member.id].leveling_update_attempt} to update the member profile"
825+
f"attempt {self.user_points[member.id].leveling_update_attempt} to update the member profile "
826826
f"data in the database for member {member} with id [{member.id}], "
827827
f"updated_user_log_id = {updated_user_log_id}, expiry_date of "
828828
f"[{self.user_points[member.id].discord_avatar_link_expiry_date.pst}] and a CDN link of "

0 commit comments

Comments
 (0)