issues
search
adafruit
/
Adafruit_CircuitPython_HTTPServer
Simple HTTP Server for CircuitPython
MIT License
46
stars
30
forks
source link
Alternative import to `hashlib` and warning message about Websocket support
#74
Closed
michalpokusa
closed
11 months ago
michalpokusa
commented
11 months ago
🛠️ Updated/Changed:
hashlib
in
response.py
now has an alternative import -
adafruit_hashlib
. Fixes #73
If neither
hashlib
or
adafruit_hashlib
are available, the library will
not
raise an error and print a warning that Websocket support is not available.
🛠️ Updated/Changed:
hashlib
inresponse.py
now has an alternative import -adafruit_hashlib
. Fixes #73hashlib
oradafruit_hashlib
are available, the library will not raise an error and print a warning that Websocket support is not available.