You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
The loaded data isn’t output with proper formatting because it uses
print()
instead ofconsole_print(result)
This was an oversight on my part, but I don’t think it’s major enough to make a formal pull request, since it’s just 7 characters.
Just change line 137 in
play.py
fromprint(result)
to `console_print(result)The text was updated successfully, but these errors were encountered: