Archived
1
1
Fork 0

log the temp info sources too

This commit is contained in:
Josh Lay 2023-04-22 12:59:08 -05:00
parent 36a0bca2f0
commit 346053d980
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -115,6 +115,8 @@ class GPUStats(App):
self.update_log("[bold italic]Information sources:[/]")
for metric, source in src_files.items():
self.update_log(f'[bold] {metric}:[/] {source}')
for metric, source in temp_files.items():
self.update_log(f'[bold] {metric} temperature:[/] {source}')
def action_toggle_dark(self) -> None:
"""An action to toggle dark mode."""