sgsunder / python-szurubooru

Python interface for szurubooru
GNU General Public License v3.0
10 stars 1 forks source link

All Fields are required for namedtuple. #3

Closed johnsonince closed 2 years ago

johnsonince commented 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)

sgsunder commented 2 years ago

Fixed, thanks for the help!