From 603c4470b7a55fecf4f6037aad91470acee878a3 Mon Sep 17 00:00:00 2001 From: taizan-hokouto <55448286+taizan-hokuto@users.noreply.github.com> Date: Mon, 2 Nov 2020 00:25:05 +0900 Subject: [PATCH] Flake8 --- pytchat/core/pytchat.py | 2 +- pytchat/core_async/livechat.py | 2 +- pytchat/core_multithread/livechat.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pytchat/core/pytchat.py b/pytchat/core/pytchat.py index 23d0441..d18caf4 100644 --- a/pytchat/core/pytchat.py +++ b/pytchat/core/pytchat.py @@ -32,7 +32,7 @@ class PytchatCore: processor : ChatProcessor interruptable : bool - Allows keyboard interrupts. + Allows keyboard interrupts. Set this parameter to False if your own threading program causes the problem. diff --git a/pytchat/core_async/livechat.py b/pytchat/core_async/livechat.py index 85e5c18..a7c4371 100644 --- a/pytchat/core_async/livechat.py +++ b/pytchat/core_async/livechat.py @@ -41,7 +41,7 @@ class LiveChatAsync: buffer of chat data fetched background. interruptable : bool - Allows keyboard interrupts. + Allows keyboard interrupts. Set this parameter to False if your own threading program causes the problem. diff --git a/pytchat/core_multithread/livechat.py b/pytchat/core_multithread/livechat.py index f82d5a8..8e025c2 100644 --- a/pytchat/core_multithread/livechat.py +++ b/pytchat/core_multithread/livechat.py @@ -41,7 +41,7 @@ class LiveChat: buffer of chat data fetched background. interruptable : bool - Allows keyboard interrupts. + Allows keyboard interrupts. Set this parameter to False if your own threading program causes the problem.