统一项目路径并修复虚拟环境引用

This commit is contained in:
yml2213
2026-08-31 16:28:59 +08:00
parent 76b14b69b7
commit c7db66f18c
6 changed files with 84 additions and 80 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ def get_app_version() -> str:
return version
try:
return package_version("douyu-login-py")
return package_version("live-hub-py")
except PackageNotFoundError:
return "0.0.0"