예제 #1
0
def move_tabs(args):
    brotab_logger.info('Moving tabs')
    api = MultipleMediatorsAPI(create_clients(args.target_hosts))
    api.move_tabs([])
예제 #2
0
def move_tabs(args):
    logger.info('Moving tabs')
    api = MultipleMediatorsAPI(create_clients(args))
    api.move_tabs([])