diff --git a/notify/notify_added_custom.py b/notify/notify_added_custom.py index 5736f3b..eef1f88 100644 --- a/notify/notify_added_custom.py +++ b/notify/notify_added_custom.py @@ -197,7 +197,10 @@ def get_rating_keys(TODAY, LASTDATE): break start += count - return recent_lst + if recent_lst: + return recent_lst + sys.stderr.write("Recently Added list: {0}.".format(recent_lst)) + exit() def build_html(rating_key, height, width, pic_type):