Closed johnsonince closed 2 years ago
https://github.com/sgsunder/python-szurubooru/blob/b892214b95b3e6e3a2f07a589716c77de9ab109f/pyszuru/__init__.py#L62
Simplest fix: SearchResult(post=Post(self, x["post"]), distance=x["distance"], exact=False)
SearchResult(post=Post(self, x["post"]), distance=x["distance"], exact=False)
Fixed, thanks for the help!
https://github.com/sgsunder/python-szurubooru/blob/b892214b95b3e6e3a2f07a589716c77de9ab109f/pyszuru/__init__.py#L62
Simplest fix:
SearchResult(post=Post(self, x["post"]), distance=x["distance"], exact=False)