You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: