Remove extra sleep call for faster temp response

This commit is contained in:
Cole Deck 2020-07-22 01:28:33 +00:00
parent 57bd98ff3d
commit bf6dbc9c3b

2
pwm.py
View File

@ -58,7 +58,7 @@ while args.auto is True:
speeds.append(str(i) + ":" + str(speed))
iterateFans(speeds)
#print(speeds)
time.sleep(1)
#time.sleep(1)
if args.info is False and args.fanplusspeed == []:
print("Nothing to do! See --help for usage.")