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

Commit 4d884c5

Browse files
committed
added line spacings and edited the CNS ee again
1 parent e2fbf54 commit 4d884c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

VAIIYA terminal.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,17 @@ def timefetch():
138138
#time fetch for login
139139
curtime = datetime.now().strftime('%H:%M:%S')
140140
curdate = datetime.now().strftime('%Y-%m-%d')
141-
141+
print("""|""")
142142
print('Welcome VAIIYA trustee! the time is: ',curtime)
143143
print('and the date is: ',curdate)
144144
print("have a wonerful day at VAIIYA Technologies LLC!")
145-
145+
print("""|""")
146146
# Start the TERMINAL and its commands
147147
def open_terminal():
148148

149149
while True:
150150
print(" for a list of commands, please type 'commands' ")
151+
print("""|""")
151152
text = prompt('awaiting command(s)>>> ')
152153
#put all the usercommands under here please!
153154

@@ -158,7 +159,7 @@ def open_terminal():
158159

159160

160161
if text == 'CNS':
161-
print("running secondary program...")
162+
print("CNS_VAIIYA_BYPASS_V4.567.EXE EXITCUTING....")
162163
time.sleep(2)
163164
CNS_EE_HAKED()
164165

0 commit comments

Comments
 (0)