Skip to content

Commit 73e9177

Browse files
authored
Updated the error msg
1 parent 1fffc28 commit 73e9177

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Computer

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if Username == "USER" and Password == "PASS":
2727
if Computer_help == 5:
2828
Computer = 2
2929
while Computer == 2:
30-
print("What do you want Internet or Home?")
30+
print("Enter Internet or Home")
3131
inp = input()
3232
if inp == "Internet":
3333
Internet_help = 1
@@ -54,7 +54,7 @@ if Username == "USER" and Password == "PASS":
5454
Searchingin = 1
5555
if gmail == 1:
5656
sleep(1.0)
57-
print("Send or check")
57+
print("Enter Send or check")
5858
gmail = input()
5959
if gmail == "Send":
6060
print("What's email?")
@@ -69,7 +69,8 @@ if Username == "USER" and Password == "PASS":
6969
Searchingin = 1
7070
# Adding More Here
7171
else:
72-
print("Try again")
72+
sleep(1.0)
73+
print("No results found, click enter to try again")
7374
Searchinginput = input()
74-
if Searchingin == "Try again":
75+
if Searchingin == "No results found, click enter to try again":
7576
Searchingin = 0

0 commit comments

Comments
 (0)