mirror of https://github.com/CIRCL/AIL-framework
fix: [trackers yara] remove sleep time
parent
6e8f76da61
commit
0c466c5130
|
@ -77,8 +77,6 @@ if __name__ == "__main__":
|
||||||
if yara_match:
|
if yara_match:
|
||||||
print(f'{item_id}: {yara_match}')
|
print(f'{item_id}: {yara_match}')
|
||||||
|
|
||||||
time.sleep(30)
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue