fix array syntax

This commit is contained in:
Jakob Ketterl 2020-06-11 00:01:47 +02:00
parent 0e4f772c69
commit 5a88856825

View File

@ -66,9 +66,9 @@ Website: <a href="http://localhost" target="_blank">http://localhost</a>
# 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: