|
|
curs.execute("insert into topic (id, title, sub, data, date, ip, block, top) values (?, ?, ?, ?, ?, ?, '', '')", [str(num), name, sub, data, today, ip])
|
|
curs.execute("insert into topic (id, title, sub, data, date, ip, block, top) values (?, ?, ?, ?, ?, ?, '', '')", [str(num), name, sub, data, today, ip])
|
|
|
curs.execute("select title from stop where title = ? and sub = ? and close = 'O'", [name, sub])
|
|
curs.execute("select title from stop where title = ? and sub = ? and close = 'O'", [name, sub])
|