Exemplo n.º 1
0
def init():
    print('init......')
    if db_service.init() == False:
        return -1

    return 0
Exemplo n.º 2
0
def init():
    print('init......')
    ffext.set_protocol_type('json')
    if db_service.init() == False:
        return -1
    return 0
Exemplo n.º 3
0
def init():
    print('init......')
    ffext.set_protocol_type('json')
    if db_service.init() == False:
        return -1
    return 0
Exemplo n.º 4
0
def init():
    print('init......')
    if db_service.init() == False:
        return -1

    return 0