From 5a888568251adff396008b80d1b7ebf3c5463fc1 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 11 Jun 2020 00:01:47 +0200 Subject: [PATCH] fix array syntax --- config_webrx.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_webrx.py b/config_webrx.py index c3f0e40..30e6cb9 100644 --- a/config_webrx.py +++ b/config_webrx.py @@ -66,9 +66,9 @@ Website: http://localhost # your public listing. # Your receiver keys should be placed into this array: receiver_keys = [] -# You can list your receiver on multiple sites, you can place all your keys into the array above, or you can append -# more keys like this: -# receiver_keys += "my-receiver-key" +# If you list your receiver on multiple sites, you can place all your keys into the array above, or you can append +# keys to the arraylike this: +# receiver_keys += ["my-receiver-key"] # If you're not sure, simply copy & paste the code you received from your listing site below this line: