Wykres commitów

2 Commity (6951ef525cb4935f6721e702b6618623ec581b09)

Autor SHA1 Wiadomość Data
Patryk Koscik 6951ef525c webserver.py: Fix parameter handling
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`
2023-05-12 22:30:27 +02:00
Alasdair Allan 5a823b14c5 added webserver example 2023-03-01 15:53:15 +00:00