Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/strategy-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya-Solulab committed Dec 10, 2024
2 parents 9d4b708 + 8379a55 commit 4595fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def get_masked_input(prompt: str) -> str:
password = ""
sys.stdout.write(prompt)
sys.stdout.flush()

fd = sys.stdin.fileno()
old_settings = termios.tcgetattr(fd)
try:
Expand Down Expand Up @@ -249,7 +250,6 @@ def ask_confirm_password() -> str:
print("Passwords do not match. Terminating.")
sys.exit(1)


def check_rpc(rpc_url: str) -> None:
spinner = Halo(text=f"Checking RPC...", spinner="dots")
spinner.start()
Expand Down

0 comments on commit 4595fe2

Please sign in to comment.