MAX && TT: общение в таме, и корректировки под веб морду

This commit is contained in:
Alexey Polyakov
2026-05-06 15:58:27 +03:00
parent 0b6eda6178
commit f1ff4fd062
5 changed files with 120 additions and 13 deletions
+4 -2
View File
@@ -199,7 +199,8 @@ class TamTamMobile:
"writer": writer,
"ip": addr[0],
"port": addr[1],
"protocol": "tamtam"
"protocol": "tamtam",
"type": "tcp"
}
)
else:
@@ -211,7 +212,8 @@ class TamTamMobile:
"writer": writer,
"ip": addr[0],
"port": addr[1],
"protocol": "tamtam"
"protocol": "tamtam",
"type": "tcp"
}
]
}