Skip to content

Commit

Permalink
pycloudmusic v0.1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura committed Aug 25, 2022
1 parent d7285d3 commit 0e0ed9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pycloudmusic/ahttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def wrapper(*args, **kwargs):
__session = None
return await func(*args, **kwargs)

except Exception and not Music163BadCode as err:
except Exception or not Music163BadCode as err:
"""重新连接"""
reconnection_count =+ 1
if reconnection_count > RECONNECTION:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="pycloudmusic",
version="0.1.4",
version="0.1.4.1",
description="优雅的异步高性能 Python 音乐 API 库 (网易云音乐)",
keywords=[
"cloudmusic",
Expand Down

0 comments on commit 0e0ed9f

Please sign in to comment.