From 5fcc56950f2ead80148869fb1db0769f73395dbe Mon Sep 17 00:00:00 2001 From: Alexey Polyakov Date: Sun, 22 Mar 2026 18:56:50 +0300 Subject: [PATCH] TT: oops --- src/tamtam/socket.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tamtam/socket.py b/src/tamtam/socket.py index 6724195..685c61f 100644 --- a/src/tamtam/socket.py +++ b/src/tamtam/socket.py @@ -128,7 +128,7 @@ class TTMobileServer: "writer": writer, "ip": addr[0], "port": addr[1], - "protocol": "oneme_mobile" + "protocol": "tamtam_mobile" } ) else: @@ -140,7 +140,7 @@ class TTMobileServer: "writer": writer, "ip": addr[0], "port": addr[1], - "protocol": "oneme_mobile" + "protocol": "tamtam_mobile" } ] }