コード例 #1
0
def convert(args):
    print library.find_workerId(args.user)
コード例 #2
0
def convert(args):
    print library.find_workerId(args.user)
コード例 #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)
コード例 #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)