mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Mail module] add debug output
This commit is contained in:
parent
3f6efadcc4
commit
3c49135081
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue