fix array syntax
This commit is contained in:
		| @@ -66,9 +66,9 @@ Website: <a href="http://localhost" target="_blank">http://localhost</a> | |||||||
| # your public listing. | # your public listing. | ||||||
| # Your receiver keys should be placed into this array: | # Your receiver keys should be placed into this array: | ||||||
| receiver_keys = [] | receiver_keys = [] | ||||||
| # You can list your receiver on multiple sites, you can place all your keys into the array above, or you can append | # If you list your receiver on multiple sites, you can place all your keys into the array above, or you can append | ||||||
| # more keys like this: | # keys to the arraylike this: | ||||||
| # receiver_keys += "my-receiver-key" | # receiver_keys += ["my-receiver-key"] | ||||||
|  |  | ||||||
| # If you're not sure, simply copy & paste the code you received from your listing site below this line: | # If you're not sure, simply copy & paste the code you received from your listing site below this line: | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jakob Ketterl
					Jakob Ketterl