Skip to content

Commit

Permalink
argon-status --device not working properly
Browse files Browse the repository at this point in the history
Code was setup to run the old way, so now we have it running the new way
  • Loading branch information
JeffCurless committed Feb 24, 2023
1 parent ebf0c15 commit f0a6616
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions argon-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,11 @@ def main():
result = show_cpuUtilization()
printOutput(result)
if args.devices:
show_hddTemperature()
show_storage()
show_raid()
show_devices_list = [
"hddTemperature",
"storage",
"raid"]
show_all( show_devices_list )
if args.fan:
result = show_fanspeed()
printOutput(result)
Expand Down

0 comments on commit f0a6616

Please sign in to comment.