예제 #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()
예제 #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()