mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fix notifiarr
This commit is contained in:
parent
f5d1882d66
commit
bd7bbc6ac1
1 changed files with 1 additions and 0 deletions
|
@ -36,3 +36,4 @@ class Notifiarr:
|
|||
raise Failed(f"({response.status_code} [{response.reason}]) {response_json}")
|
||||
if not response_json["details"]["response"]:
|
||||
raise Failed("Notifiarr Error: Invalid apikey")
|
||||
return response
|
||||
|
|
Loading…
Reference in a new issue