From bac3e88ad88fc25346ed875cb66b9562c876723c Mon Sep 17 00:00:00 2001 From: blacktwin Date: Wed, 23 Oct 2019 14:56:31 -0400 Subject: [PATCH] loop correction --- killstream/limiterr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killstream/limiterr.py b/killstream/limiterr.py index 0f8604e..c3fdc76 100644 --- a/killstream/limiterr.py +++ b/killstream/limiterr.py @@ -361,7 +361,7 @@ if __name__ == "__main__": if opts.jbop == 'limit' and opts.grandparent_rating_key: ep_watched = [] stopped_time = [] - for dates in dates: + for date in dates: history_lst.append(get_history(username=opts.username, start_date=date)) # If message is not already defined use default message if not message: