fix: [cleanup] Quick clean up on exception type

pull/222/head
chrisr3d 2018-08-07 18:15:15 +02:00
parent bb6002a3ff
commit 0666a60b3d
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import json
import requests
try:
import yara
except:
except ModuleNotFoundError:
print("yara is missing, use 'pip3 install yara' to install it.")
misperrors = {'error': 'Error'}