lazyad 0.0.9__tar.gz → 0.0.10__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.
Potentially problematic release.
This version of lazyad might be problematic. Click here for more details.
- {lazyad-0.0.9 → lazyad-0.0.10}/PKG-INFO +1 -1
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad/open/qq.py +3 -3
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad.egg-info/PKG-INFO +1 -1
- {lazyad-0.0.9 → lazyad-0.0.10}/setup.py +1 -1
- {lazyad-0.0.9 → lazyad-0.0.10}/README.md +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad/__init__.py +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad/crawlers/__init__.py +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad/crawlers/chuangliang.py +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad/crawlers/oceanengine.py +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad/crawlers/qq.py +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad/open/__init__.py +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad.egg-info/SOURCES.txt +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad.egg-info/dependency_links.txt +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad.egg-info/requires.txt +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/lazyad.egg-info/top_level.txt +0 -0
- {lazyad-0.0.9 → lazyad-0.0.10}/setup.cfg +0 -0
|
@@ -101,9 +101,9 @@ def oauth_token3(
|
|
|
101
101
|
redirect_uri = f'{redirect_uri}?app_id={app_id}'
|
|
102
102
|
params['redirect_uri'] = redirect_uri
|
|
103
103
|
|
|
104
|
-
for k in params:
|
|
105
|
-
|
|
106
|
-
|
|
104
|
+
# for k in params:
|
|
105
|
+
# if type(params[k]) is not str:
|
|
106
|
+
# params[k] = json.dumps(params[k])
|
|
107
107
|
|
|
108
108
|
return lazyrequests.lazy_requests(
|
|
109
109
|
method="GET",
|
|
@@ -13,7 +13,7 @@ with open("README.md", "r", encoding='utf-8') as fh:
|
|
|
13
13
|
|
|
14
14
|
setuptools.setup(
|
|
15
15
|
name="lazyad",
|
|
16
|
-
version="0.0.
|
|
16
|
+
version="0.0.10",
|
|
17
17
|
description="基于Python的懒人包-适用于广告投放模块",
|
|
18
18
|
long_description=long_description,
|
|
19
19
|
long_description_content_type="text/markdown",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|