Exemplo n.º 1
0
def convert(args):
    print library.find_workerId(args.user)
Exemplo n.º 2
0
def convert(args):
    print library.find_workerId(args.user)
Exemplo n.º 3
0
def player_games(args):
    workerId = library.find_workerId(args.user) if args.user else args.worker
    library.print_worker_games(workerId, args.batch)
Exemplo n.º 4
0
def player_games(args):
    workerId = library.find_workerId(args.user) if args.user else args.worker
    library.print_worker_games(workerId, args.batch)