AndyTempel/corona.py

fromisoformat() not supported in Python 3.6

Closed this issue · 1 comments

note that in https://github.com/AndyTempel/corona.py#requirements it is stated that python 3.6 is supported. however, https://github.com/AndyTempel/corona.py/blob/master/corona/objects.py#L87 uses datetime.fromisoformat() which is not available in py3.6's standard datetime lib. fromisoformat() was added in py3.7.

fixed in b7d998a