Closed
Description
A bug was introduced in the Windows version of Python 3.6 which causes datetime.fromtimestamp(0)
to throw an error.
python-hearthstone/hearthstone/utils.py
Line 59 in 480aa96
A quick fix for this is to replace the line above with datetime(1, 1, 1)
.
Metadata
Metadata
Assignees
Labels
No labels