This commit is contained in:
taizan-hokouto
2020-11-02 00:25:05 +09:00
parent 37c8b7ae45
commit 603c4470b7
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class PytchatCore:
processor : ChatProcessor processor : ChatProcessor
interruptable : bool interruptable : bool
Allows keyboard interrupts. Allows keyboard interrupts.
Set this parameter to False if your own threading program causes Set this parameter to False if your own threading program causes
the problem. the problem.

View File

@@ -41,7 +41,7 @@ class LiveChatAsync:
buffer of chat data fetched background. buffer of chat data fetched background.
interruptable : bool interruptable : bool
Allows keyboard interrupts. Allows keyboard interrupts.
Set this parameter to False if your own threading program causes Set this parameter to False if your own threading program causes
the problem. the problem.

View File

@@ -41,7 +41,7 @@ class LiveChat:
buffer of chat data fetched background. buffer of chat data fetched background.
interruptable : bool interruptable : bool
Allows keyboard interrupts. Allows keyboard interrupts.
Set this parameter to False if your own threading program causes Set this parameter to False if your own threading program causes
the problem. the problem.