DjLeChuck / recalbox-manager

A web interface to manage recalbox configuration
25 stars 10 forks source link

Fix issue when try to save wifi value with space char #75

Closed ghost closed 6 years ago

ghost commented 6 years ago

Cause an error when there is a space character in the wifi SSID or password

POST http://recalbox/save 500 (Internal Server Error)
recalboxSettings.pyc: error: unrecognized arguments: WITH SPACE

Command failed: python /usr/lib/python2.7/site-packages/configgen/settings/recalboxSettings.pyc -command save -key wifi.key -value COUCOU WITH SPACE

DjLeChuck commented 6 years ago

Good catch! 👍