mirror of https://github.com/MISP/PyMISP
fix: typo
parent
9e44ec6616
commit
0c3d7ca480
|
@ -14,7 +14,7 @@ try:
|
|||
except Exception:
|
||||
misp_url = 'URL'
|
||||
misp_key = 'AUTH_KEY'
|
||||
misp_key = True
|
||||
misp_verifycert = True
|
||||
|
||||
|
||||
def create_new_event():
|
||||
|
|
Loading…
Reference in New Issue