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