space-typer
space-typer copied to clipboard
A typing game written in Python using the Arcade library
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 8.3.2. Release notes Sourced from pillow's releases. 8.3.2 https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html Security CVE-2021-23437 Raise ValueError if color specifier is too long [hugovk, radarhere] Fix 6-byte OOB read...
the script exits with the error ``` if self.focus_word.word == "": AttributeError: 'NoneType' object has no attribute 'word' ``` whenever i press space to restart game, or randomly.
I just placed a return statement to stop any further code execution when the space bar is pressed for a restart Fix for the error **Ceres445** issued: ` if self.focus_word.word...