Exemple #1
0
def show_comment(c_id):
    comment.read_one(c_id)
    show_votes('comment', c_id)
Exemple #2
0
def show_comment(c_id):
    _comment= comment.read_one(c_id)
    print (_comment)
    show_votes('comment', c_id)