Skip to content

Commit e1dae9d

Browse files
committed
move distro info to top of system stats box
1 parent 959405b commit e1dae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_cpufreq/gui/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ def refresh(self):
112112
old_stdout = sys.stdout
113113
text = StringIO()
114114
sys.stdout = text
115-
sysinfo()
116115
distro_info()
116+
sysinfo()
117117
self.set_label(text.getvalue())
118118
sys.stdout = old_stdout
119119

0 commit comments

Comments
 (0)