fix: hive_feeder hiveApi declaration

pull/215/head
Thirion Aurélien 2018-07-02 15:23:21 +02:00 committed by GitHub
parent 44524b25a4
commit f8a88cecec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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