Clear screen before starting diags

This commit is contained in:
2Shirt 2020-01-22 15:37:26 -07:00
parent bfc17942cd
commit 5cbb86abd8
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -252,7 +252,8 @@ class State():
keep_history=False,
timestamp=False,
)
std.print_info('Starting Hardware Diagnostics')
std.clear_screen()
std.print_info('Initializing...')
# Progress Pane
self.update_progress_pane()