dts-dance 0.1.5__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dts-dance
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: dts dance lib
5
5
  Keywords: observation,tools
6
6
  Requires-Python: >=3.12
@@ -99,10 +99,11 @@ class ByteCloudHelper:
99
99
  try:
100
100
  # 发送 GET 请求
101
101
  response = requests.get(url, headers=headers, timeout=60)
102
+ # logger.debug(f"获取JWT令牌响应: response.text={response.text}")
102
103
 
103
104
  # 检查响应状态码
104
105
  if response.status_code != 200:
105
- raise Exception(f"获取JWT令牌失败: 状态码 {response.status_code}")
106
+ raise Exception(f"获取JWT令牌失败。status_code: {response.status_code}, response.text: {response.text}")
106
107
 
107
108
  # 解析响应体
108
109
  response_json = response.json()
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "dts-dance"
7
- version = "0.1.5"
7
+ version = "0.1.6"
8
8
  description = "dts dance lib"
9
9
  readme = "README.md"
10
10
  keywords = ["tools", "observation"]
@@ -79,7 +79,7 @@ wheels = [
79
79
 
80
80
  [[package]]
81
81
  name = "dts-dance"
82
- version = "0.1.5"
82
+ version = "0.1.6"
83
83
  source = { editable = "." }
84
84
  dependencies = [
85
85
  { name = "loguru" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes