1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-14 10:47:51 +08:00

Update xiaomusic.py (#640)

Remove duplicate code
This commit is contained in:
fragrans
2026-01-04 16:20:20 +08:00
committed by GitHub
parent 546dd35119
commit 6a9223a027

View File

@@ -341,8 +341,6 @@ class XiaoMusic:
self.cookie_jar = session.cookie_jar
async def need_login(self):
if self.mina_service is None:
return True
if self.mina_service is None:
return True
if self.login_acount != self.config.account: