Skip to content

Commit

Permalink
fix undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeyg56 committed Feb 26, 2023
1 parent e8dc4dc commit 3a4fd1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auto_cpufreq/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def main(self):

self.hbox.pack_start(self.vbox_right, False, False, 0)

self.vbox_top.pack_start(self.hbox, False, False, 0)

GLib.timeout_add_seconds(5, self.refresh)

Expand Down

0 comments on commit 3a4fd1d

Please sign in to comment.