p123client 0.0.6.10__tar.gz → 0.0.6.10.1__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.1
2
2
  Name: p123client
3
- Version: 0.0.6.10
3
+ Version: 0.0.6.10.1
4
4
  Summary: Python 123 webdisk client.
5
5
  Home-page: https://github.com/ChenyangGao/p123client
6
6
  License: MIT
@@ -421,10 +421,7 @@ from p123client import P123Client
421
421
  from p123client.tool import get_downurl
422
422
 
423
423
  # TODO: 改成你自己的账户和密码
424
- client = P123Client(passport="15888364500", password="Gchenyang123")
425
- ## 或者
426
- # from pathlib import Path
427
- # client = P123Client(Path("~/123-token.txt").expanduser())
424
+ client = P123Client(passport="", password="")
428
425
 
429
426
  app = Application(show_error_details=__debug__)
430
427
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "p123client"
3
- version = "0.0.6.10"
3
+ version = "0.0.6.10.1"
4
4
  description = "Python 123 webdisk client."
5
5
  authors = ["ChenyangGao <wosiwujm@gmail.com>"]
6
6
  license = "MIT"
@@ -381,10 +381,7 @@ from p123client import P123Client
381
381
  from p123client.tool import get_downurl
382
382
 
383
383
  # TODO: 改成你自己的账户和密码
384
- client = P123Client(passport="15888364500", password="Gchenyang123")
385
- ## 或者
386
- # from pathlib import Path
387
- # client = P123Client(Path("~/123-token.txt").expanduser())
384
+ client = P123Client(passport="", password="")
388
385
 
389
386
  app = Application(show_error_details=__debug__)
390
387
 
File without changes