|
@@ -65,7 +65,6 @@ def get_client_info(tn):
|
|
|
|
|
|
def post_to_channel(host, port, username, password, message):
|
|
|
message_sanitized = message.strip().replace(" ", r"\s")
|
|
|
- print(message_command.decode("utf-8"))
|
|
|
with Telnet(host, port, 5) as tn:
|
|
|
login(tn, username, password)
|
|
|
|