diff --git a/main.py b/main.py index 819aa15..3ff5248 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ -import networkconfig +import wifimgr -wlan = networkconfig.get_connection() +wlan = wifimgr.get_connection() if wlan is None: print("Could not initialize the network connection.") while True: