Skip to content

Commit

Permalink
#292 fix API url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 9, 2018
1 parent 21031b7 commit a864a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/Malwares/malwares_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Api():

def __init__(self, api_key=None):
self.api_key = api_key
self.base = 'https://www.malwares.com/api/v2/'
self.base = 'https://public.api.malwares.com/v3/'
self.version = 2
if api_key is None:
raise ApiError("You must supply a valid Malwares API key.")
Expand Down

0 comments on commit a864a37

Please sign in to comment.