Change description of getting logger

This commit is contained in:
taizan-hokuto
2019-12-30 14:38:02 +09:00
parent a835d58e10
commit 7305e4178b
13 changed files with 85 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
pytchat is a python library for fetching youtube live chat without using yt api, Selenium, or BeautifulSoup.
"""
__copyright__ = 'Copyright (C) 2019 taizan-hokuto'
__version__ = '0.0.3.8'
__version__ = '0.0.3.9'
__license__ = 'MIT'
__author__ = 'taizan-hokuto'
__author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'
@@ -11,6 +11,7 @@ __url__ = 'https://github.com/taizan-hokuto/pytchat'
__all__ = ["core_async","core_multithread","processors"]
from .api import (
config,
LiveChat,
LiveChatAsync,
ReplayChat,