Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print "Failed to get access token: ", resp.status_code, resp.text #2

Open
techmodule opened this issue Dec 10, 2019 · 0 comments
Open

Comments

@techmodule
Copy link

Hi Bro
I see this code
print "Failed to get access token: ", resp.status_code, resp.text
---->
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Failed to get access token: ", resp.status_code, resp.text)?

I also changed to
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Failed to get access token: ", resp.status_code, resp.text)?

But have new problems
File "app.py", line 62
app.run(host='127.0.0.1', port=3000)
^
IndentationError: expected an indented block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant