Final notes

This commit is contained in:
mirai
2026-01-02 23:25:02 +03:00
parent 5cbe355660
commit 0756aab53f
5 changed files with 5 additions and 25 deletions
-1
View File
@@ -48,7 +48,6 @@ class Client:
self.console.print(f"[cyan]• {message}[/]")
def srp_authenticate(self) -> None:
"""SRP authentication flow"""
with self.console.status("[cyan]Starting SRP handshake...[/]", spinner="dots"):
usr = srp.User(b"chat", self.password, hash_alg=srp.SHA256)