Increment version

This commit is contained in:
taizan-hokuto
2019-12-30 18:32:17 +09:00
parent 5268961854
commit f24c5f9e30
3 changed files with 14 additions and 4 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.9'
__version__ = '0.0.4.0'
__license__ = 'MIT'
__author__ = 'taizan-hokuto'
__author_email__ = '55448286+taizan-hokuto@users.noreply.github.com'

View File

@@ -1,7 +1,7 @@
import logging
from . import mylogger
LOGGER_MODE = logging.DEBUG
LOGGER_MODE = None
headers = {
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36'}