Restore "import shared" to helper_inbox #471
|
@ -1,4 +1,5 @@
|
||||||
from helper_sql import *
|
from helper_sql import *
|
||||||
|
import shared
|
||||||
|
|
||||||
def insert(t):
|
def insert(t):
|
||||||
sqlExecute('''INSERT INTO inbox VALUES (?,?,?,?,?,?,?,?,?)''', *t)
|
sqlExecute('''INSERT INTO inbox VALUES (?,?,?,?,?,?,?,?,?)''', *t)
|
||||||
|
|
Reference in New Issue
Block a user