Skip to content

Commit 00bba28

Browse files
authored
Merge pull request #31 from T342guy/experimental
HOTFIX for no command (thanks riskit!)
2 parents 45dc455 + 5efde8f commit 00bba28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

VAIIYA terminal.py

+3-1
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)