helper_sent pylint fixes

v0.6
lakshyacis 4 years ago
parent d271996ac1
commit ece3005f42
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB

@ -1,6 +1,9 @@
"""
Insert operation into sent table
Insert values into sent table
"""
from helper_sql import *
def insert(t):
"""Perform an insert into the `sent` table"""
sqlExecute('''INSERT INTO sent VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)''', *t)

Loading…
Cancel
Save