Closed dphiffer closed 5 months ago
Ah, sorry. This was the incorrect handler. It should be applied to handlers/account.py
. Something like (added just after sharedfiles
is assigned):
if user_name == options.best_of_user_name:
sharedfiles = map(lambda sf: sf.original(), sharedfiles)
Ahh yes that makes sense. I've made a follow-up PR here: https://github.com/MLTSHP/mltshp/pull/763
A small "Best of MLTSHP" RSS feed enhancement re: #754
Before
After