log the temp info sources too
This commit is contained in:
parent
36a0bca2f0
commit
346053d980
1 changed files with 2 additions and 0 deletions
|
@ -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."""
|
||||
|
|
Reference in a new issue