Forgot one
This commit is contained in:
@@ -90,7 +90,7 @@ def main():
|
||||
while True:
|
||||
try:
|
||||
cmd = input("\n> ").strip().lower()
|
||||
except EOFError: # Ctrl‑D
|
||||
except EOFError:
|
||||
break
|
||||
|
||||
if cmd in ("exit", "quit"):
|
||||
|
||||
Reference in New Issue
Block a user