test
This commit is contained in:
parent
4981c0b925
commit
796ec08452
@ -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__":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user