Exemple #1
0
def poolIdentifyQueue(queueId):
    movie = Scheduler.poolIdentifyQueue(queueId)
    
    return jsonify(movie=movie)
Exemple #2
0
def poolIdentifyQueue(queueId):
    movie = Scheduler.poolIdentifyQueue(queueId)

    return jsonify(movie=movie)