Surplus_Up (2DU) hace 7 años
padre
commit
33d6a0accc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      route/tool/func.py

+ 1 - 0
route/tool/func.py

@@ -834,6 +834,7 @@ def history_plus(title, data, date, ip, send, leng):
     id_data = curs.fetchall()
 
     get_type = re.search('(\((?:(?:(?!\)).)+)\))$', send)
+    send = re.sub('(\((?:(?:(?!\)).)+)\))$', '', send)
 
     send = re.sub('\(|\)|<|>', '', send)