Flake8
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user