vnai 2.0.6__tar.gz → 2.0.7__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.0.6 → vnai-2.0.7}/PKG-INFO +1 -1
- {vnai-2.0.6 → vnai-2.0.7}/pyproject.toml +1 -1
- {vnai-2.0.6 → vnai-2.0.7}/vnai/scope/promo.py +0 -5
- {vnai-2.0.6 → vnai-2.0.7}/vnai.egg-info/PKG-INFO +1 -1
- {vnai-2.0.6 → vnai-2.0.7}/README.md +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/setup.cfg +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/__init__.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/beam/__init__.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/beam/metrics.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/beam/pulse.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/beam/quota.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/flow/__init__.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/flow/queue.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/flow/relay.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/scope/__init__.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/scope/profile.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai/scope/state.py +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai.egg-info/SOURCES.txt +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai.egg-info/dependency_links.txt +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai.egg-info/requires.txt +0 -0
- {vnai-2.0.6 → vnai-2.0.7}/vnai.egg-info/top_level.txt +0 -0
@@ -375,11 +375,6 @@ Khám phá các tính năng mới nhất và tham gia cộng đồng để nhậ
|
|
375
375
|
# Singleton instance for module-level use
|
376
376
|
manager = ContentManager()
|
377
377
|
|
378
|
-
# Ép buộc hiện quảng cáo ngay khi import nếu là free user
|
379
|
-
if not getattr(manager, 'is_paid_user', False):
|
380
|
-
manager.present_content(context="auto_import")
|
381
|
-
|
382
|
-
|
383
378
|
def present(context: str = "init", ad_category: int = AdCategory.FREE) -> None:
|
384
379
|
"""
|
385
380
|
Shortcut to ContentManager.present_content for external callers.
|
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
|