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