DV-PY-SDK icon indicating copy to clipboard operation
DV-PY-SDK copied to clipboard

queryData method malfunctions after calling on other methods

Open EDDYMENS opened this issue 8 years ago • 0 comments

Seems like the query methods (where, size, offset ...) are not cleared after performing operations that require them. This is carried over to subsequent queries and method calls. The only way around that now is to reinitialise the SDK devless = Sdk("http://example.com", "1234567abcdefghijklmnopqrst")

EDDYMENS avatar Dec 22 '16 11:12 EDDYMENS