new: Add connection confirmation

pull/7/head
Hannah Ward 2017-03-30 17:29:41 +01:00
parent 12a51ff9e9
commit c4c11f525d
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ except Exception as ex:
log.fatal(ex)
sys.exit(1)
log.info("Connected")
for server in config:
log.info("== %s ==", server["name"])
cli = create_client(host = server["host"],