Skip to content

Commit

Permalink
Fix issue keys disabled if speedtest proc fails
Browse files Browse the repository at this point in the history
  • Loading branch information
wifinigel committed Aug 29, 2020
1 parent a693fcb commit 9c492c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BakeBit/Software/Python/modules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def show_speedtest(self, g_vars):
output = exc.output.decode()
error = ["Err: Speedtest error", output]
self.simple_table_obj.display_simple_table(g_vars, error, back_button_req=1)
# re-enable front panel keys
g_vars['disable_keys'] = False
return

if len(speedtest_info) == 0:
Expand Down

0 comments on commit 9c492c5

Please sign in to comment.