BeeLogger
BeeLogger copied to clipboard
Running on Archlinux - python errror
when trying to run on archlinux "python bee.py" error appears
File "bee.py", line 20 print '\n' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int '\n')?
SOLVED when installed python with different versions u need to use:
python2 bee.py