Update 'sonarr4k_queue'
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ if len(argv) > 1:
|
|||||||
exit()
|
exit()
|
||||||
|
|
||||||
response = get(
|
response = get(
|
||||||
"{}/{}?apikey=".format(environ["host"], "api/queue", environ["apikey"]),
|
"{}/{}?apikey={}".format(environ["host"], "api/queue", environ["apikey"]),
|
||||||
headers={"Accept": "application/json"}
|
headers={"Accept": "application/json"}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user