PyBitmessage/src/helper_sent.py

5 lines
119 B
Python

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