mirror of https://github.com/CIRCL/AIL-framework
fix: [phone] fix phone module
parent
a65ddee9dc
commit
2c8b239eec
|
@ -93,5 +93,4 @@ class Phone(AbstractModule):
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
module = Phone()
|
module = Phone()
|
||||||
# module.run()
|
module.run()
|
||||||
module.compute('crawled/2023/02/21/circl.luc90be694-a559-4d77-bfa4-9c54ea8bc2f7')
|
|
||||||
|
|
Loading…
Reference in New Issue