Skip to content

Commit

Permalink
Remove network from hostapd next try again
Browse files Browse the repository at this point in the history
  • Loading branch information
isapozhkov committed Sep 29, 2016
1 parent 3bda0f5 commit b8f1cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wificontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def add_network(self, mac_ssid_psk):

def remove_network(self, mac_ssid):
if not self.network_not_added(mac_ssid):
return self.remove_network_from_wpa_supplicant_file(mac_ssid)):
return self.remove_network_from_wpa_supplicant_file(mac_ssid)
return False

def start_connecting(self, mac_ssid, callback=None,
Expand Down

0 comments on commit b8f1cee

Please sign in to comment.