sdr
sdr copied to clipboard
Python3
somfy/sniff.py
seems to not be python3 compatible and python2.7 is EOL.
$ python3 --version
Python 3.7.3
$ python3 sniff.py
File "sniff.py", line 71
print "Clock Sync:", hw_sync, clock
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Clock Sync:", hw_sync, clock)?
Hello, just add "( )" and it's ok :)