fix: [Mail module] add debug output

This commit is contained in:
Terrtia 2020-05-12 15:49:35 +02:00
parent 3f6efadcc4
commit 3c49135081
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -140,6 +140,8 @@ if __name__ == "__main__":
if message is not None:
item_id, score = message.split()
print(item_id)
item_content = Item.get_item_content(item_id)
proc = Proc(target=extract_all_emails, args=(q, item_content))