Ejemplo n.º 1
0
def show_comment(c_id):
    comment.read_one(c_id)
    show_votes('comment', c_id)
Ejemplo n.º 2
0
def show_comment(c_id):
    _comment= comment.read_one(c_id)
    print (_comment)
    show_votes('comment', c_id)