-

Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:44, 19 July 2021 187.75.40.132 talk performed unknown action "comments/add" on X735 V2.5 Software (When I execute the command line below occurr error: sudo python /home/admin/x735-v2.5/read_fan_speed.py& admin@raspberrypi:~ $ File "/home/admin/x735-v2.5/read_fan_speed.py", line 33 print "%.f RPM" % rpm ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%.f RPM" % rpm)? [1]+ Exit 1 sudo python /home/admin/x735-v2.5/read_fan_speed.py I solved the problem. I changed command print to : print("%.f RPM" % rpm))