소스 검색

typo, again

Kirk Trombley 5 년 전
부모
커밋
2d30cfd26a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)