Skip to content

Commit 51dc4df

Browse files
authored
Fixed login bug in beginning
1 parent f494bae commit 51dc4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Computer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if Username == "USER" and Password == "PASS":
1717
print("Starting Computer")
1818
sleep(1.0)
1919
print("Loading...")
20+
sleep(1.0)
2021
Computer = 1
2122
Computer_help = 0
2223
while Computer == 1:

0 commit comments

Comments
 (0)