diff --git a/py65/utils/console.py b/py65/utils/console.py index b31f1b7..cc9987f 100644 --- a/py65/utils/console.py +++ b/py65/utils/console.py @@ -15,7 +15,7 @@ if sys.platform[:3] == "win": """ noncanonical_mode is a no-op on Windows. """ return - def restore_mode(stdin): + def restore_mode(): """ restore_mode is a no-op on Windows. """ return