File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if Username == "USER" and Password == "PASS":
27
27
if Computer_help == 5:
28
28
Computer = 2
29
29
while Computer == 2:
30
- print("What do you want Internet or Home? ")
30
+ print("Enter Internet or Home")
31
31
inp = input()
32
32
if inp == "Internet":
33
33
Internet_help = 1
@@ -54,7 +54,7 @@ if Username == "USER" and Password == "PASS":
54
54
Searchingin = 1
55
55
if gmail == 1:
56
56
sleep(1.0)
57
- print("Send or check")
57
+ print("Enter Send or check")
58
58
gmail = input()
59
59
if gmail == "Send":
60
60
print("What's email?")
@@ -69,7 +69,8 @@ if Username == "USER" and Password == "PASS":
69
69
Searchingin = 1
70
70
# Adding More Here
71
71
else:
72
- print("Try again")
72
+ sleep(1.0)
73
+ print("No results found, click enter to try again")
73
74
Searchinginput = input()
74
- if Searchingin == "Try again":
75
+ if Searchingin == "No results found, click enter to try again":
75
76
Searchingin = 0
You can’t perform that action at this time.
0 commit comments