Forgot one

This commit is contained in:
2025-08-09 16:03:51 -04:00
parent b8f2a70379
commit c854531d1c

View File

@@ -90,7 +90,7 @@ def main():
while True:
try:
cmd = input("\n> ").strip().lower()
except EOFError: # CtrlD
except EOFError:
break
if cmd in ("exit", "quit"):