Browse Source

typo, again

Kirk Trombley 5 years ago
parent
commit
2d30cfd26a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app.py

+ 0 - 1
app.py

@@ -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)