Skip to content

Commit

Permalink
Version 1.6.9.4.5
Browse files Browse the repository at this point in the history
Various bugfixes
  • Loading branch information
mos9527 committed Aug 10, 2023
1 parent c267391 commit 3c01f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyncm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# 注意事项
- (PR#11) 海外用户可能经历 460 "Cheating" 问题,可通过添加以下 Header 解决: `X-Real-IP = 118.88.88.88`
"""
__version__ = "1.6.9.4.4"
__version__ = "1.6.9.4.5"

from threading import current_thread
from typing import Text, Union
Expand Down
3 changes: 2 additions & 1 deletion pyncm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,4 +768,5 @@ def report():


if __name__ == "__main__":
sys.exit(__main__())
__main__()
sys.exit(0)

0 comments on commit 3c01f16

Please sign in to comment.