fix: [Mail module] add debug output

pull/497/head v3.1
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
1 changed files with 2 additions and 0 deletions

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))