From: Calin Crisan Date: Sat, 14 Mar 2015 15:52:46 +0000 (+0200) Subject: wifictl: password (key) is no longer mandatory X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=6d6ffd6a74f989a82fa3de95a56dc62488fca210;p=motioneye-debian wifictl: password (key) is no longer mandatory --- diff --git a/src/wifictl.py b/src/wifictl.py index e2e066e..846d437 100644 --- a/src/wifictl.py +++ b/src/wifictl.py @@ -239,7 +239,7 @@ def wifiNetworkKey(): 'type': 'pwd', 'section': 'network', 'advanced': True, - 'required': True, + 'required': False, 'reboot': True, 'depends': ['wifiEnabled'], 'get': _get_wifi_settings,