wordnik / wordnik-python3

wordnik python3 library
73 stars 13 forks source link

Date format fix in swagger.py #12

Closed ghost closed 11 months ago

ghost commented 11 months ago

Hello! :-) could someone please commit an edit to swagger.py changing line 165 from:

"%Y-%m-%dT%H:%M:%S.%f"))

to:

"%Y-%m-%dT%H:%M:%S"))

Thanks!

ghost commented 11 months ago

Issue resolved.