예제 #1
0
파일: app.py 프로젝트: yulu9206/seenit_lu
def show_comment(c_id):
    comment.read_one(c_id)
    show_votes('comment', c_id)
예제 #2
0
파일: app.py 프로젝트: PC-Driver/Seenit
def show_comment(c_id):
    _comment= comment.read_one(c_id)
    print (_comment)
    show_votes('comment', c_id)