Skip to content

Commit

Permalink
fix: something is wrong with the network status reporting disabled fo…
Browse files Browse the repository at this point in the history
…r now
  • Loading branch information
bartei81 committed May 23, 2024
1 parent 2c21599 commit f341423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rotary_controller_python/components/setup/network_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ def test_configuration(self):
status = reload_interfaces()
except Exception as e:
status = e.__str__()
self.status_text = status

0 comments on commit f341423

Please sign in to comment.