syntax fix

This commit is contained in:
Jonathan Warren 2013-03-29 13:13:05 -04:00
parent a60174f8ea
commit cfd33175a6
1 changed files with 1 additions and 1 deletions

View File

@ -2098,7 +2098,7 @@ class singleWorker(QThread):
sqlSubmitQueue.put((toripe,))
queryreturn = sqlReturnQueue.get()
sqlLock.release()
if queryreturn != '':
if queryreturn != []:
#We have the needed pubkey
self.sendMsg(toripe)
else: