This commit is contained in:
hackrobot
2024-04-11 14:09:54 +08:00
parent 7c37d92bdb
commit e385a05456

View File

@@ -176,7 +176,7 @@ def h5group(nickname, db: Session = Depends(get_db)):
print("matchesString", matchesString)
if matchesString:
matchesString = remove_emojis(matchesString) #删除emoji字符串
# matchesString = remove_emojis(matchesString) #删除emoji字符串
print("匹配到的结果:", matchesString)
# 判断是否在群中
inGroup = False