diff --git a/tdarr_inform.py b/tdarr_inform.py index c3d9718..386b985 100644 --- a/tdarr_inform.py +++ b/tdarr_inform.py @@ -102,7 +102,8 @@ def main(): 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.text) + loggit("Tdarr response: %s\n" % response.json) + print(response.json["DB"]) if __name__ == "__main__":