Dream Hunter
Results
2
issues of
Dream Hunter
**Describe the bug** Crash on Python3.8+ due to time.clock() in render_strategy/ascii_strategy.py on Python3.8+ `time.clock()` should be replaced by`time.perf_counter()` or otherelse [stackoverflow link about that](https://stackoverflow.com/questions/58569361/attributeerror-module-time-has-no-attribute-clock-in-python-3-8) **To Reproduce** Steps to reproduce the...
bug