Skip to content

Commit 0ffff30

Browse files
committed
Update: NDGRClient を更新
1 parent a2f211a commit 0ffff30

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

jkcommentcrawler/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ async def main(
5353
jikkyo_channel_ids = [channel_id]
5454

5555
# 過去ログ収集対象のニコニコ実況チャンネルごとに
56-
await NDGRClient.updateJikkyoChannelIDMap()
5756
comment_counts: dict[str, int] = {}
5857
for jikkyo_channel_id in jikkyo_channel_ids:
5958

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package-mode = false
44

55
[tool.poetry.dependencies]
66
python = ">=3.11,<3.12"
7-
ndgr-client = { git = "https://github.com/tsukumijima/NDGRClient", rev = "063eadbfae341125ed1adae5ef8afb51c692dd47" }
7+
ndgr-client = { git = "https://github.com/tsukumijima/NDGRClient", rev = "3d89303c2baafcf2901697f110f633f12349280c" }
88

99
[tool.poetry.group.dev.dependencies]
1010

0 commit comments

Comments
 (0)