mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-30 09:47:17 +00:00
fix: [trackers yara] remove sleep time
This commit is contained in:
parent
6e8f76da61
commit
0c466c5130
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue