Explorar el Código

调整模板接口。

baoyubo hace 8 meses
padre
commit
cd418ed0be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      routers/api/gateway/__init__.py

+ 1 - 1
routers/api/gateway/__init__.py

@@ -23,7 +23,7 @@ import uuid
 import re
 router = APIRouter()
 
-def contains_special_characters(input_string, special_characters=";|&|$|#|'|\\t|@| "):
+def contains_special_characters(input_string, special_characters=";|&|$|#|'|@| "):
     """
     判断字符串是否包含特殊符号。