|
|
- curs.execute("select id, title, date, ip, send, leng from history where ip = ? and not send = 'Dump' order by date desc limit ?, ?", [name, str(i), str(v)])
|
|
|
|
|
|
|
+ curs.execute("select id, title, date, ip, send, leng from history where ip = ? and not date = 'Dump' order by date desc limit ?, ?", [name, str(i), str(v)])
|
|
|
curs.execute("select id, title, date, ip, send, leng from history order by date desc limit 50")
|
|
curs.execute("select id, title, date, ip, send, leng from history order by date desc limit 50")
|