Skip to content

Commit

Permalink
fix: [Mail module] add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed May 12, 2020
1 parent 3f6efad commit 3c49135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/Mail.py
Expand Up @@ -140,6 +140,8 @@ def extract_all_emails(queue, item_content):
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))
Expand Down

0 comments on commit 3c49135

Please sign in to comment.