mirror of
https://github.com/openmax-server/server.git
synced 2026-07-03 08:11:07 +03:00
MAX && TT: общение в таме, и корректировки под веб морду
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user