From 6f049ff85ab607b0ae0dfe95fa8036d151a01ee7 Mon Sep 17 00:00:00 2001 From: Alexander Rasch Date: Thu, 22 Aug 2019 20:56:17 +0000 Subject: [PATCH] Update 'sonarr_queue' --- sonarr_queue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr_queue b/sonarr_queue index d9a544d..c103935 100644 --- a/sonarr_queue +++ b/sonarr_queue @@ -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"} )