diff --git a/wolfbot.py b/wolfbot.py index 038f725..9903dd3 100755 --- a/wolfbot.py +++ b/wolfbot.py @@ -28,7 +28,7 @@ if sys.version_info < (3, 3): sys.exit(1) try: # need to manually add dependencies here - pass #import typing + import typing except ImportError: command = "python3" if os.name == "nt":