Hello,
I have conform the guidline install the script, but when i start it i get the next error:
python3 ./listen.py
File "./listen.py", line 68
logging.basicConfig(level=LOG_LEVEL, format=LOG_FORMAT.replace(f'%(log_color)s', ''), stream=sys.stdout)
^
SyntaxError: invalid syntax
Its runs on a raspberry pi with clean install.
Hello,
I have conform the guidline install the script, but when i start it i get the next error:
python3 ./listen.py
File "./listen.py", line 68
logging.basicConfig(level=LOG_LEVEL, format=LOG_FORMAT.replace(f'%(log_color)s', ''), stream=sys.stdout)
^
SyntaxError: invalid syntax
Its runs on a raspberry pi with clean install.