View Single Post
Old 12-21-2020, 04:50 PM   #7
chris33
Enthusiast
chris33 began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Sep 2020
Device: ipad, kobo libra 2
@DaltonST
I was trying this so far:
book_action = Source(None)
logger = logging.getLogger('book_actions')
abortStatus = None
result_queue = Queue()
#book_action.identify(logger, result_queue, abortStatus, title=None, authors=None, identifiers={'id':'123'}, timeout=30)
popuptext += "Found: "+result_queue.get()+".\n"

But it doesn't seem to work.
I'll try your suggestion and let you know.
chris33 is offline   Reply With Quote