From b257c0ceee21ad168ef6131514a25aec1dee6414 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 Jan 2023 19:40:53 -0500 Subject: [PATCH] test --- tdarr_inform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdarr_inform.py b/tdarr_inform.py index 076631d..953dc83 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -64,7 +64,7 @@ def do_file_search(arr_file_path): return None if not len(response_json): return None - DBids = [x["DB"] for x in response_json if "DB" in list(response_json[x].keys())] + DBids = [response_json[x]["DB"] for x in response_json if "DB" in list(response_json[x].keys())] print(DBids) DBid = DBids[0] return DBid