Fix comments

This commit is contained in:
taizan-hokuto
2019-11-19 20:36:54 +09:00
parent aa894fc52b
commit 823f7fefa4
3 changed files with 16 additions and 30 deletions

View File

@@ -3,7 +3,6 @@ import datetime
import json
import random
import signal
import threading
import time
import traceback
import urllib.parse
@@ -123,7 +122,7 @@ class LiveChatAsync:
async def _startlisten(self):
"""最初のcontinuationパラメータを取得し、
_listenループ開始する
_listenループのタスクを作成し開始する
"""
initial_continuation = await self._get_initial_continuation()
if initial_continuation is None:
@@ -286,13 +285,4 @@ class LiveChatAsync:
logger.debug(f"残っているタスクを終了しています")
await asyncio.gather(*tasks,return_exceptions=True)
loop = asyncio.get_event_loop()
loop.stop()
loop.stop()