v.0.7.0 WeatherResponse
This commit is contained in:
6
app/utils/http_utils.py
Normal file
6
app/utils/http_utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
http_message = {
|
||||
# Jedes Zeichen ist genau 3 Pixel breit, 5 Pixel hoch
|
||||
200: "OK",
|
||||
400: "Bad Request",
|
||||
401: "Unauthorized",
|
||||
}
|
||||
Reference in New Issue
Block a user