azuline / pixiv-api

A documented, idiomatic, and tested wrapper library around Pixiv's App API.
https://pixiv-api.readthedocs.io/
Apache License 2.0
129 stars 13 forks source link

make the lib compatible with python versions < 3.7 #7

Closed sentouki closed 4 years ago

sentouki commented 4 years ago

replaced datetime.datetime.fromisoformat with datetime.datetime.strptime

azuline commented 4 years ago

thanks!