We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b6e4b commit 702d442Copy full SHA for 702d442
cyberonix.py
@@ -38,8 +38,8 @@ def update():
38
else:
39
print("[-] something went wrong".title())
40
print(nouse)
41
- for i in range(5):
42
- print(f"[!] Redirecting in ...{5-i}sec\r".title(),end="")
+ for i in range(3):
+ print(f"[!] Redirecting in ...{3-i}sec\r".title(),end="")
43
time.sleep(i)
44
45
def main():
0 commit comments