Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 5efde8f

Browse files
committed
HOTFIX for no command (thanks riskit!)
1 parent 16121a4 commit 5efde8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

VAIIYA terminal.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,10 @@ def open_terminal():
200200
print("""C0MM#ND: CNS | {ERROR: UNKNOWN PROGRAM ENTITY}""")
201201
print("""|""")
202202
print("""|""")
203+
204+
203205
#the EXIT command, DO NOT REMOVE!!
204-
if text == 'exit':
206+
elif text == 'exit':
205207
print('exiting the terminal... have a nice day!')
206208
time.sleep(0.5)
207209
exit()

0 commit comments

Comments
 (0)