Surplus_Up (2DU) 7 anni fa
parent
commit
33d6a0accc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)