fix: [trackers yara] remove sleep time

pull/534/head
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
1 changed files with 0 additions and 2 deletions

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)