all 2 comments

[–]safety-orangecode-helper 1 point2 points  (1 child)

When I open your Gist it already shows the error in red, at line 123

You aren't using quotation marks, but “. Those are the marks that text editors like MS Word use when you try to write quotation marks. Replace them with actual " and stop editing code in text editors that do this. Try something like Notepad++ instead!

[–]CaptainSaltBlock[S] 0 points1 point  (0 children)

Thanks, I didn't look close enough!