fix: Add missing variable in dummy creator

pull/515/head
Raphaël Vinot 2020-01-13 11:51:54 +01:00
parent 5d58c4f249
commit 2e7215bbec
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
from pymisp import ExpandedPyMISP
try:
from keys import url, key
verifycert = False
except ImportError:
url = 'https://localhost:8443'
key = 'd6OmdDFvU3Seau3UjwvHS1y3tFQbaRNhJhDX0tjh'