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

7 lines
139 B
Python
Raw Normal View History

2019-10-07 19:28:12 +05:30
"""
Insert operation into sent table
"""
def insert(t):
2015-03-09 02:35:32 -04:00
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)