mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-27 00:07:16 +00:00
fix: hive_feeder hiveApi declaration
This commit is contained in:
parent
44524b25a4
commit
f8a88cecec
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ try:
|
||||||
except:
|
except:
|
||||||
print('The HIVE keys not present')
|
print('The HIVE keys not present')
|
||||||
flag_the_hive = False
|
flag_the_hive = False
|
||||||
|
HiveApi = False
|
||||||
|
|
||||||
from thehive4py.api import TheHiveApi
|
from thehive4py.api import TheHiveApi
|
||||||
import thehive4py.exceptions
|
import thehive4py.exceptions
|
||||||
|
|
Loading…
Reference in a new issue