small fix with bad key

This commit is contained in:
simon 2021-04-24 18:20:43 +07:00
parent 0a8d5ceba3
commit 87dc176d45
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def compare_download(local_trailer_list, remote_trailers_list, config):
def dl_pending(pending, config):
""" download pending trailers """
sortpath = config['media']['sortpath']
log_folder = config['media']['loc_folder']
log_folder = config['media']['log_folder']
ydl_opts = config['ydl_opts']
# loop thrugh list
downloaded = []