PyBitmessage/src/helper_sent.py

7 lines
139 B
Python
Raw Normal View History

2019-10-07 13:58:12 +00:00
"""
Insert operation into sent table
"""
def insert(t):
2015-03-09 06:35:32 +00:00
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)