Merge pull request #466 from NoDataFound/main

Corrected VMray rest API import
pull/446/merge
Alexandre Dulaunoy 2021-01-05 08:03:29 +01:00 committed by GitHub
commit ec01721e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from distutils.util import strtobool
import io
import zipfile
from _vmray.vmray_rest_api import VMRayRESTAPI
from _vmray.rest_api import VMRayRESTAPI
misperrors = {'error': 'Error'}
mispattributes = {'input': ['attachment', 'malware-sample'], 'output': ['text', 'sha1', 'sha256', 'md5', 'link']}