From a6308c77c103e08c6cd10afa18df169724618963 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Thu, 11 Apr 2024 15:39:10 +0800 Subject: [PATCH] qwf --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index adc98aa..211e124 100644 --- a/main.py +++ b/main.py @@ -204,7 +204,7 @@ def h5group(nickname, db: Session = Depends(get_db)): print("newtextemoji",newtext) # 不是 ASCII 字符,则获取该字符的 Unicode 代码点 - newtext = convert_special_chars_to_emoji(input_string) + newtext = convert_special_chars_to_emoji(newtext) print("newtextASI",newtext) matches = re.findall(pattern, newtext) print("matches", matches)