summaryrefslogtreecommitdiff
path: root/Biz/PodcastItLater/Web.py
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-11-18 16:07:09 -0500
committerBen Sima <ben@bsima.me>2025-11-18 16:07:09 -0500
commit2bd0fcfb9a8dd7d8e1a7564bd8c747e7290ef626 (patch)
treefc86ec099dc1e42fb3beccdbc6772ab0284e91e4 /Biz/PodcastItLater/Web.py
parent2e95d6eba0d6292ec263ebd8723b6b4fb2c36268 (diff)
Fix type mismatch in track_episode_metric logging
Changed logger format from %d to %s for episode_id to handle cases where the ID might be passed as a string from route parameters. Error was: Message: 'Tracked %s event for episode %d (user: %s)' Arguments: ('added', '2', 1) Using %s is more flexible and works with both int and str types.
Diffstat (limited to 'Biz/PodcastItLater/Web.py')
0 files changed, 0 insertions, 0 deletions