You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: main.py
+18-20Lines changed: 18 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,25 @@ async def main():
17
17
print("Checking for updates...")
18
18
awaitlib.checkUpdate()
19
19
20
-
passw= (
21
-
input(
22
-
"\033[1m"
23
-
"\n(RECOMMENDED) Press enter in order to use the default password"
24
-
"\033[0m"
25
-
"\nIf you prefer to use your own password, do make sure that you password fulfill the below requirements:\n- Use at least 8 characters\n- Use a lowercase letter\n- Use an uppercase letter\n- Use at least 1 special character (!@#$%...)\n- Use at least 1 number\nPassword: "
20
+
whileTrue:
21
+
passw= (
22
+
input(
23
+
"\033[1m"
24
+
"\n(RECOMMENDED) Press enter in order to use the default password"
25
+
"\033[0m"
26
+
"\nIf you prefer to use your own password, do make sure that you password fulfill the below requirements:\n- Use at least 8 characters\n- Use a lowercase letter\n- Use an uppercase letter\n- Use at least 1 special character (!@#$%...)\n- Use at least 1 number\nPassword: "
0 commit comments