Closed yota54123 closed 9 months ago
I can only use the first command. But the command that shows the message "aaaa1" "aaaa2" doesn't show it.
from rcon.source import Client
host = '127.0.0.1' port = 25575 password = "admin"
with Client(host, 25575, passwd=password) as client: response = client.run('Broadcast aaaa1') response2 = client.run('Broadcast aaaa2')
print(response) print(response2)
Please provide
I am gling to close this due to lack of feedback. Feel free to reopen when you have the time to supply sufficient debug info.
I can only use the first command. But the command that shows the message "aaaa1" "aaaa2" doesn't show it.
from rcon.source import Client
host = '127.0.0.1' port = 25575 password = "admin"
with Client(host, 25575, passwd=password) as client: response = client.run('Broadcast aaaa1') response2 = client.run('Broadcast aaaa2')
print(response) print(response2)