I am getting SyntaxError: invalid syntax when run on ubuntu with this command redis-monitor.py --duration=120
The specific exception information is as follows
File "./redis-monitor.py", line 141
except Exception, e:
^
SyntaxError: invalid syntax
The specific exception information is as follows
How to solve it
I am getting SyntaxError: invalid syntax when run on ubuntu with this command redis-monitor.py --duration=120
The specific exception information is as follows
File "./redis-monitor.py", line 141
except Exception, e:
^
SyntaxError: invalid syntax
The specific exception information is as follows
How to solve it