mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [phone] fix phone module
This commit is contained in:
parent
a65ddee9dc
commit
2c8b239eec
1 changed files with 1 additions and 2 deletions
|
@ -93,5 +93,4 @@ class Phone(AbstractModule):
|
|||
|
||||
if __name__ == '__main__':
|
||||
module = Phone()
|
||||
# module.run()
|
||||
module.compute('crawled/2023/02/21/circl.luc90be694-a559-4d77-bfa4-9c54ea8bc2f7')
|
||||
module.run()
|
||||
|
|
Loading…
Reference in a new issue