Browse Source

Rename module name to wifimgr

- Rename networkconfig.py to wifimgr.py 
- Update import module with new file name.
pull/7/head
Tayfun ULU 8 years ago committed by GitHub
parent
commit
1c37e9cf06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      main.py

4
main.py

@ -1,7 +1,7 @@
import networkconfig import wifimgr
wlan = networkconfig.get_connection() wlan = wifimgr.get_connection()
if wlan is None: if wlan is None:
print("Could not initialize the network connection.") print("Could not initialize the network connection.")
while True: while True:

Loading…
Cancel
Save