vnai 2.1.2__tar.gz → 2.1.3__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.
- {vnai-2.1.2 → vnai-2.1.3}/PKG-INFO +1 -1
- {vnai-2.1.2 → vnai-2.1.3}/pyproject.toml +1 -1
- {vnai-2.1.2 → vnai-2.1.3}/vnai/scope/promo.py +2 -2
- {vnai-2.1.2 → vnai-2.1.3}/vnai.egg-info/PKG-INFO +1 -1
- {vnai-2.1.2 → vnai-2.1.3}/README.md +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/setup.cfg +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/__init__.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/beam/__init__.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/beam/metrics.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/beam/pulse.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/beam/quota.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/flow/__init__.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/flow/queue.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/flow/relay.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/scope/__init__.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/scope/profile.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai/scope/state.py +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai.egg-info/SOURCES.txt +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai.egg-info/dependency_links.txt +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai.egg-info/requires.txt +0 -0
- {vnai-2.1.2 → vnai-2.1.3}/vnai.egg-info/top_level.txt +0 -0
@@ -21,7 +21,7 @@ class ContentManager:
|
|
21
21
|
if cls._instance is _A:cls._instance=super(ContentManager,cls).__new__(cls);cls._instance._initialize()
|
22
22
|
return cls._instance
|
23
23
|
def _initialize(self):
|
24
|
-
A='vnii';global _vnii_check_attempted
|
24
|
+
B='https://hq.vnstocks.com/content-delivery';A='vnii';self.content_base_url=B;global _vnii_check_attempted
|
25
25
|
if _vnii_check_attempted:return
|
26
26
|
_vnii_check_attempted=_C;import sys,importlib
|
27
27
|
try:
|
@@ -47,7 +47,7 @@ class ContentManager:
|
|
47
47
|
if'recognized and verified'in status:self.is_paid_user=_C
|
48
48
|
except Exception as e:pass
|
49
49
|
else:0
|
50
|
-
self.last_display=0;self.display_interval=86400;self.content_base_url=
|
50
|
+
self.last_display=0;self.display_interval=86400;self.content_base_url=B;self.target_url='https://vnstocks.com/lp-khoa-hoc-python-chung-khoan';self.image_url='https://vnstocks.com/img/trang-chu-vnstock-python-api-phan-tich-giao-dich-chung-khoan.jpg';self._start_periodic_display()
|
51
51
|
def _start_periodic_display(self):
|
52
52
|
def periodic_display():
|
53
53
|
while _C:
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|