mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-13 01:58:22 +00:00
fix
This commit is contained in:
parent
bc40bb3c38
commit
103787a07d
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ except:
|
||||||
HiveApi = False
|
HiveApi = False
|
||||||
hive_case_url = '#'
|
hive_case_url = '#'
|
||||||
|
|
||||||
if HiveApi != False
|
if HiveApi != False:
|
||||||
try:
|
try:
|
||||||
HiveApi.get_alert(0)
|
HiveApi.get_alert(0)
|
||||||
print('The Hive connected')
|
print('The Hive connected')
|
||||||
|
|
Loading…
Reference in a new issue