We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm receiving the following error:
Barends-MacBook-Pro:~ Barend$ sudo python sonota.py File "sonota.py", line 397 print(".", end="", flush=True) ^ SyntaxError: invalid syntax
When I try to run the script
The text was updated successfully, but these errors were encountered:
This probably because you are not using python3 but python2
Sorry, something went wrong.
Will update and try again, thank you.
Php3 solved the issue, and I got the process going but seem to have bricked my basic, comment in 404 issue.
No branches or pull requests
I'm receiving the following error:
Barends-MacBook-Pro:~ Barend$ sudo python sonota.py
File "sonota.py", line 397
print(".", end="", flush=True)
^
SyntaxError: invalid syntax
When I try to run the script
The text was updated successfully, but these errors were encountered: