Skip to content

Commit

Permalink
move distro info to top of system stats box
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Feb 19, 2023
1 parent 959405b commit e1dae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_cpufreq/gui/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def refresh(self):
old_stdout = sys.stdout
text = StringIO()
sys.stdout = text
sysinfo()
distro_info()
sysinfo()
self.set_label(text.getvalue())
sys.stdout = old_stdout

Expand Down

0 comments on commit e1dae9d

Please sign in to comment.