From 66cb4a8c9362ee45b46046c9b86a16ed2628ba57 Mon Sep 17 00:00:00 2001
From: brainbush <960821@gmail.com>
Date: Wed, 20 May 2020 01:06:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A5=E8=8E=B7=E5=8F=96?=
 =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84token?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 blivedm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivedm.py b/blivedm.py
index 2023d9d..ecb29d3 100644
--- a/blivedm.py
+++ b/blivedm.py
@@ -461,7 +461,7 @@ class BLiveClient:
             return False
 
         try:
-            async with self._session.get(DANMAKU_SERVER_CONF_URL, params={'id': self._tmp_room_id},
+            async with self._session.get(DANMAKU_SERVER_CONF_URL, params={'room_id': self._tmp_room_id},
                                          ssl=self._ssl) as res:
                 if res.status != 200:
                     logger.warning('room %d getConf失败:%d %s', self._tmp_room_id,