mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +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
|
||||
hive_case_url = '#'
|
||||
|
||||
if HiveApi != False
|
||||
if HiveApi != False:
|
||||
try:
|
||||
HiveApi.get_alert(0)
|
||||
print('The Hive connected')
|
||||
|
|
Loading…
Reference in a new issue