-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
it will result in not print any result in mutate.
i use this script:
#!/usr/bin/python2
#encoding=utf-8
import sqlite3
conn = sqlite3.connect('dict.db')
c = conn.cursor()
print '[' + 'test' + ']'
print 'command=copy'
print 'icon='
print 'subtext=' + 'test'
c.execute('SELECT * FROM dict WHERE en=?', ('happy',))
print '[' + 'test' + ']'
print 'command=copy'
print 'icon='
print 'subtext=' + 'test'
and it only print one item, can you help me?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels