loop correction

This commit is contained in:
blacktwin 2019-10-23 14:56:31 -04:00
parent 65b424d3cc
commit bac3e88ad8

View File

@ -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: