|
@@ -1047,12 +1047,8 @@ def history_plus(title, data, date, ip, send, leng, t_check = '', d_type = ''):
|
|
|
send = re.sub('\(|\)|<|>', '', send)
|
|
send = re.sub('\(|\)|<|>', '', send)
|
|
|
curs.execute(db_change("insert into history (id, title, data, date, ip, send, leng, hide, type) values (?, ?, ?, ?, ?, ?, ?, '', ?)"), [
|
|
curs.execute(db_change("insert into history (id, title, data, date, ip, send, leng, hide, type) values (?, ?, ?, ?, ?, ?, ?, '', ?)"), [
|