This commit is contained in:
deathbybandaid 2023-01-06 20:10:01 -05:00
parent f13d1bc2d7
commit 4d17b1713d

View File

@ -56,7 +56,7 @@ def do_file_search(arr_file_path):
}
headers = {"content-type": "application/json"}
response = requests.post("%s/api/v2/search-db" % script_settings["tdarr"]["url"], json=payload, headers=headers)
loggit("Tdarr response: %s\n" % response)
loggit("Tdarr response: %s\n" % response.text)
try:
response_json = response.json()
except Exception: