I can't believe I forgot that bracket.

This commit is contained in:
nimda 2013-06-13 22:07:19 -04:00
parent 5b6a3d419e
commit 3539160bd4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def lookupAppdataFolder():
return dataFolder
def isAddressInMyAddressBook(address):
t = (addBMIfNotPresent(address,)
t = (addBMIfNotPresent(address,))
sqlLock.acquire()
sqlSubmitQueue.put('''select address from addressbook where address=?''')
sqlSubmitQueue.put(t)