This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-03/src/helper_sent.py

5 lines
119 B
Python
Raw Normal View History

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