Ejemplo n.º 1
0
def launch_service(Service, args_dict, port, flag_location, service_name,
                   auth_string):
    new_service = Service(args_dict, port, flag_location, name, auth_string)
    new_service.run_server()
Ejemplo n.º 2
0
def launch_service(Service, ip, port, flag_location, name, debug, auth_string):
    new_service = Service(ip, port, flag_location, name, debug, auth_string)
    new_service.run_server()