Skip to content

Commit

Permalink
Update cyberonix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
THECH13F authored Feb 4, 2023
1 parent b7b6e4b commit 702d442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyberonix.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def update():
else:
print("[-] something went wrong".title())
print(nouse)
for i in range(5):
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="")
time.sleep(i)

def main():
Expand Down

0 comments on commit 702d442

Please sign in to comment.