![]() This patch applies: - use `request.decode()` instead of `str()` cast - replace `string.find()` with pythonic `string in string` - replace `led.value()` with `led.{on/off}` - catch all unhandled arguments and display instructions - rename `statusis` to `text` - remove not used `e` in `except` |
||
---|---|---|
.. | ||
webserver.py |