Skip to content

Commit

Permalink
fix: load network settings from interfaces file
Browse files Browse the repository at this point in the history
  • Loading branch information
bartei81 committed May 23, 2024
1 parent cba3ea0 commit db031c0
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 @@ -29,7 +29,6 @@ def __init__(self, **kv):
super().__init__(**kv)
self.ids['grid_layout'].bind(minimum_height=self.ids['grid_layout'].setter('height'))

def on_open(self):
configuration: NetworkInterface = read_interfaces()
self.device = configuration.name
self.dhcp = configuration.dhcp
Expand Down

0 comments on commit db031c0

Please sign in to comment.