From aa986b0ac126f3c6a5bc5db23e0ef5f7f841f6e7 Mon Sep 17 00:00:00 2001 From: Florian Pape <florian.pape@student-cs.fr> Date: Mon, 10 Oct 2022 19:39:20 +0200 Subject: [PATCH] Update main.py --- code/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/main.py b/code/main.py index f9737c6..54cd231 100644 --- a/code/main.py +++ b/code/main.py @@ -1,7 +1,7 @@ import emoji wordToEmoji = { - 'super': ':thumbsup:', + 'super': ':thumbs_up:', 'coeur': ':red_heart:', 'sourire': ':smiley:', 'nice' :'ok_hand:', -- GitLab