Zepmanbc / creopyson

Python library for Creoson (http://www.creoson.com)
MIT License
60 stars 5 forks source link

Wrong return in drawing - function set_view_loc(client, view, point, drawing=None) #84

Closed liculm89 closed 10 months ago

liculm89 commented 10 months ago

Description

In module 'drawing', function set_view_loc(client, view, point, drawing=None) The return value is calling the wrong client function. "return client._creoson_post("drawing", "set_cur_model", data)"

It should be : "return client._creoson_post("drawing", "set_view_loc", data)"