Skip to content
Snippets Groups Projects
Verified Commit 9d597e0c authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix error in accessing IP config

parent 0110db6d
No related branches found
No related tags found
No related merge requests found
Pipeline #77025 failed
...@@ -199,7 +199,7 @@ class _MynitBoot: ...@@ -199,7 +199,7 @@ class _MynitBoot:
else: else:
print("Invalid wifi mode %s" % self._config["wifi"]["mode"]) print("Invalid wifi mode %s" % self._config["wifi"]["mode"])
if self._config["wifi"]["ip"]["address"]: if self._config["wifi"]["address"]:
ip_config = ( ip_config = (
self._config["wifi"]["address"], self._config["wifi"]["address"],
self._config["wifi"]["netmask"], self._config["wifi"]["netmask"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment