PyBitmessage-2021-04-27/src/helper_sent.py

5 lines
123 B
Python
Raw Normal View History

2013-08-29 13:27:09 +02:00
from helper_sql import *
def insert(t):
2015-03-09 07:35:32 +01:00
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)