bruh i missed one thing

This commit is contained in:
Tristan Smith 2024-03-21 21:07:57 -04:00
parent 815b3bfc0a
commit 20b2f183ce

View file

@ -67,7 +67,7 @@ else:
if args.power == 'on': if args.power == 'on':
power_on() power_on()
elif args.power == 'off': elif args.power == 'off':
# Here, you can add a function to power off if desired power_off()
pass pass
if args.fan is not None: if args.fan is not None:
set_fan_speed(args.fan) set_fan_speed(args.fan)