Skip to content

Commit 5f7fa52

Browse files
authored
Fixed loading too long
1 parent 77ee0ad commit 5f7fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Computer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if Username == "USER" and Password == "PASS":
2424
print("Loading...")
2525
Computer_help += 1
2626
sleep(1.0)
27-
if Computer_help == 9:
27+
if Computer_help == 5:
2828
Computer = 2
2929
while Computer == 2:
3030
print("What do you want Internet or Home?")

0 commit comments

Comments
 (0)