mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-22 13:56:34 +03:00
http emoji dict
This commit is contained in:
parent
94487be5e4
commit
ee422dce33
|
@ -37,3 +37,10 @@ class Response:
|
||||||
class APINode:
|
class APINode:
|
||||||
address: str
|
address: str
|
||||||
token: str
|
token: str
|
||||||
|
|
||||||
|
|
||||||
|
HTTP_EMOJI = {
|
||||||
|
200: "🆗",
|
||||||
|
404: "🔍",
|
||||||
|
500: "☠️",
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "core"
|
name = "core"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
description = "Types and other core functionality"
|
description = "Types and other core functionality"
|
||||||
authors = ["kiriharu <kiriharu@yandex.ru>"]
|
authors = ["kiriharu <kiriharu@yandex.ru>"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user