From fe8cf7199b617eb8b949044e2ddaaa2aa7be67cd Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Fri, 20 Oct 2023 19:51:26 +0200 Subject: [PATCH] constant.py aktualisiert --- constant.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/constant.py b/constant.py index 9ca6286..a2b5c0c 100644 --- a/constant.py +++ b/constant.py @@ -1,6 +1,6 @@ -ICON = { - "failure": "🔴", - "cancelled": "⚪", - "success": "🟢", -} - +ICON = { + "failure": "❌", + "cancelled": "⚪", + "success": "✅", +} +