Browse Source

typo, again

Kirk Trombley 5 năm trước cách đây
mục cha
commit
2d30cfd26a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)