modified: mycroft/client/wifisetup/main.py

pull/748/head
kfezer@gmail.com 2017-05-02 13:22:39 -07:00 committed by Art McGee
parent 227d9c6772
commit c6302cfe1f
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class WiFi:
"""Resets the wifi to the default """
LOG.info("Resetting the WPA_SUPPLICANT File")
try:
subprocess.call(
call(
"echo " + WPA_SUPPLICANT +
"> /etc/wpa_supplicant/wpa_supplicant.conf",
shell=True)