isrpa 0.8.9__py3-none-any.whl → 0.9.0__py3-none-any.whl

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.
isrpa/utils.py CHANGED
@@ -19,7 +19,7 @@ def getPath(user_name):
19
19
 
20
20
  address = os.environ.get("address", "192.168.12.241")
21
21
 
22
- url = f"http://{address}/client/getPath"
22
+ url = f"http://192.168.12.241/client/getPath"
23
23
  print(url)
24
24
  headers = {
25
25
  'Content-Type': 'application/json', # 说明请求体是 JSON 格式
@@ -46,7 +46,7 @@ def upload_file(file_path, dest_file, user_name):
46
46
  """
47
47
 
48
48
  address = os.environ.get("address", "192.168.12.241")
49
- url = f"http://{address}/client/noticeUpload"
49
+ url = f"http://192.168.12.241/client/noticeUpload"
50
50
  print(url)
51
51
  headers = {
52
52
  'Content-Type': 'application/json', # 说明请求体是 JSON 格式
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isrpa
3
- Version: 0.8.9
3
+ Version: 0.9.0
4
4
  Summary: isrpa package
5
5
  Home-page: https://github.com/yourusername/mypackage
6
6
  Author: ysq
@@ -4,8 +4,8 @@ isrpa/Template_Exception.py,sha256=an6eQ1NMB8a9R-J0yyMdwHIZcZeDtdV5f7fWKZQsZ3s,8
4
4
  isrpa/__init__.py,sha256=pG-YPVG0gJIJ6s4xcAz9S_CnUxpUcz33wl9eNUSgxGk,20
5
5
  isrpa/credentials.py,sha256=4yIETA7XJOFZpMz7XWo8cRYtbUMHPEJqPDvmZgfOR18,2808
6
6
  isrpa/message.py,sha256=N0s6hMaC5S-Pi4EhwcSp-ngfBTBQyW6ymU9sI9dUSeE,11329
7
- isrpa/utils.py,sha256=TxKCmERwhUHe87ity3I5Rf3T1s-h7zWK5fxpKBSgH_A,51342
8
- isrpa-0.8.9.dist-info/METADATA,sha256=1jWUan14jUOs68G7uxACy6Yp3M0ml2Fx-VaMP8iVvyA,511
9
- isrpa-0.8.9.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
10
- isrpa-0.8.9.dist-info/top_level.txt,sha256=J5HJbtR2WAeKnW1rrpkiuapwnlswv3RgM-riyZD87o0,6
11
- isrpa-0.8.9.dist-info/RECORD,,
7
+ isrpa/utils.py,sha256=X2642yk0vuESwFY_bcG_mxNOfiRuyxGRpt9Qo4ZKQYA,51352
8
+ isrpa-0.9.0.dist-info/METADATA,sha256=twI9ySiyv_abQ2v5M-RUKID1XpDznntPJSawGG1KIFQ,511
9
+ isrpa-0.9.0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
10
+ isrpa-0.9.0.dist-info/top_level.txt,sha256=J5HJbtR2WAeKnW1rrpkiuapwnlswv3RgM-riyZD87o0,6
11
+ isrpa-0.9.0.dist-info/RECORD,,
File without changes