tencentcloud-sdk-python-live 3.0.1193__tar.gz → 3.0.1209__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 tencentcloud-sdk-python-live might be problematic. Click here for more details.
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/setup.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud/live/v20180801/models.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-live-3.0.1209/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-live-3.0.1193/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/README.rst +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/setup.cfg +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1193 → tencentcloud-sdk-python-live-3.0.1209}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-live',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1209"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Live SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -5668,7 +5668,7 @@ class DayStreamPlayInfo(AbstractModel):
|
|
|
5668
5668
|
:type Flux: float
|
|
5669
5669
|
:param _Request: 请求数。
|
|
5670
5670
|
:type Request: int
|
|
5671
|
-
:param _Online:
|
|
5671
|
+
:param _Online: 在线人数。当前后端接口数据的统计方式与客户端侧不同,该数据仅供参考,具体数据请以业务客户端侧统计数据为准。
|
|
5672
5672
|
:type Online: int
|
|
5673
5673
|
"""
|
|
5674
5674
|
self._Time = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1209
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1193
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|