diff --git a/tdarr_inform.py b/tdarr_inform.py index e49d338..cbbf0d9 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -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: