From 7f45e1a4ff7107e641ace7f6a9e6afd8b34f3fd5 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Thu, 11 Aug 2022 10:46:12 +0200 Subject: [PATCH] PING is debug info --- tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts.py b/tts.py index f8aba92..ad92621 100644 --- a/tts.py +++ b/tts.py @@ -61,7 +61,7 @@ class IRC: sys.exit(255) if resp.find('PING') != -1: - logging.info('PING received') + logging.debug('PING received') self.irc.send(bytes('PONG :tmi.twitch.tv\r\n', "UTF-8")) if resp.find('CLEARMSG') != -1: