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
./redis-monitor.py --duration=120 File "./redis-monitor.py", line 141 except Exception e: ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
hello I meet the exact same issue,
cat /etc/redhat-release CentOS release 6.10 (Final) [root@localhost ~]# python -V Python 3.6.11
Sorry, something went wrong.
Python3 seems not to be compatible.
Run it with python2.7
No branches or pull requests
./redis-monitor.py --duration=120 File "./redis-monitor.py", line 141 except Exception e: ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: