react-flask icon indicating copy to clipboard operation
react-flask copied to clipboard

SyntaxError: invalid character in identifier

Open lirany1 opened this issue 6 years ago • 1 comments

Hi and thank you for this i am getting an error after running the docker i tried to change the ip to 127.0.0.1 but got the same any advise?

docker run -p 5000:5000 --name flask-app flask-node
  File "./app.py", line 9
    app.run(host = ‘0.0.0.0’, debug=True)
                    ^
SyntaxError: invalid character in identifier

lirany1 avatar Jul 09 '18 12:07 lirany1

FWIW you used invalid ascii. you need ' instead of

cal-pratt avatar Aug 10 '19 00:08 cal-pratt