mirror of https://github.com/MISP/PyMISP
chg: print error message
parent
57252b06fa
commit
21ea2e969b
|
@ -10,7 +10,8 @@ import time
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from keys import url, key
|
from keys import url, key
|
||||||
except ImportError:
|
except ImportError as e:
|
||||||
|
print(e)
|
||||||
url = 'http://localhost:8080'
|
url = 'http://localhost:8080'
|
||||||
key = 'fk5BodCZw8owbscW8pQ4ykMASLeJ4NYhuAbshNjo'
|
key = 'fk5BodCZw8owbscW8pQ4ykMASLeJ4NYhuAbshNjo'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue