diff options
| -rw-r--r-- | asciifarm/client/commandhandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/client/commandhandler.py b/asciifarm/client/commandhandler.py index 983e211..db9f625 100644 --- a/asciifarm/client/commandhandler.py +++ b/asciifarm/client/commandhandler.py @@ -4,7 +4,7 @@ import json try: import hy except ImportError as e: - hy is None + hy = None hyErr = e class InvalidCommandException(Exception): |
