Skip to content

Commit

Permalink
Last few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
3kh0 committed Feb 26, 2024
1 parent 7a82786 commit 833d76d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions echodown.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ def main():
time.sleep(0.5)
h7.succeed(colored(" Proxy online", "green"))

with Halo(text=colored("Starting Hosted Threads", "yellow"), spinner="dots") as h8:
time.sleep(0.5)
h8.succeed(colored(" Hosted Threads online", "green"))

with Halo(text=colored("Starting!", "yellow"), spinner="dots") as h10:
time.sleep(0.5)
h10.succeed(colored(" Start", "green"))
Expand Down

0 comments on commit 833d76d

Please sign in to comment.