예제 #1
0
파일: server.py 프로젝트: tuvokki/pistuff
def right(seconds):
    """right method"""
    turn_rgt = Turn()
    turn_rgt.right(seconds)
    return jsonify({'result': "done", 'direction': '', 'drive_time': seconds})
예제 #2
0
def right(seconds):
    """right method"""
    turn_rgt = Turn()
    turn_rgt.right(seconds)
    return jsonify({'result': "done", 'direction': '', 'drive_time': seconds})