PyBitmessage/src/helper_sent.py
2015-03-09 02:35:32 -04:00

5 lines
123 B
Python

from helper_sql import *
def insert(t):
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)