Update 'sonarr_queue'

This commit is contained in:
2019-08-22 20:56:17 +00:00
parent 3a493b9640
commit 6f049ff85a
+1 -1
View File
@@ -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"}
)