Fix replaychat async startlisten

This commit is contained in:
taizan-hokuto
2019-11-11 22:52:28 +09:00
parent 7f232e8628
commit b17f3ce06e
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ __all__ = ["core_async","core_multithread","processors"]
from .api import (
LiveChat,
LiveChatAsync,
ReplayChat,
ReplayChatAsync,
ChatProcessor,
CompatibleProcessor,
SimpleDisplayProcessor,