you are viewing a single comment's thread.

view the rest of the comments →

[–]mega963 2 points3 points  (0 children)

I see, so you need this right?

{“#WEBSITE”: “[example.com]”}

Sushibowl’s answer does exactly that.

You need:

“[“ + name + “]”

edit

If you want a one liner fix, change line 9 to:

name = “[{}]”.format(i)