Files
weather-info/pico-client/utils/http_utils.py

6 lines
134 B
Python

http_message = {
# Jedes Zeichen ist genau 3 Pixel breit, 5 Pixel hoch
200: "OK",
400: "Bad Request",
401: "Unauthorized",
}