.
This commit is contained in:
parent
6a872f4a0f
commit
7a8c4d4da6
@ -425,10 +425,10 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="lbl_service_chronyd1">
|
||||
<object class="GtkLabel" id="lbl_service_hostapd">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">???</property>
|
||||
<property name="label" translatable="yes">hostapd</property>
|
||||
<property name="width_chars">10</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
|
@ -62,9 +62,9 @@ class Main:
|
||||
|
||||
print(config)
|
||||
try:
|
||||
self.lan_nic = localconfig["network"]["interface"]["internal"]
|
||||
self.lan_nic = localconfig["network"]["interface"]["bridge"]
|
||||
except KeyError:
|
||||
self.lan_nic = config["network"]["interface"]["internal"]
|
||||
self.lan_nic = config["network"]["interface"]["bridge"]
|
||||
try:
|
||||
self.wan_nic = localconfig["network"]["interface"]["external"]
|
||||
except KeyError:
|
||||
|
Loading…
Reference in New Issue
Block a user