fix: [trackers yara] remove sleep time

This commit is contained in:
Terrtia 2020-08-18 21:54:26 +02:00
parent 6e8f76da61
commit 0c466c5130
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -77,8 +77,6 @@ if __name__ == "__main__":
if yara_match:
print(f'{item_id}: {yara_match}')
time.sleep(30)
else:
time.sleep(5)