yeref 0.24.92__tar.gz → 0.24.94__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.
- {yeref-0.24.92 → yeref-0.24.94}/PKG-INFO +1 -1
- {yeref-0.24.92 → yeref-0.24.94}/setup.py +1 -1
- {yeref-0.24.92 → yeref-0.24.94}/yeref/yeref.py +4 -4
- {yeref-0.24.92 → yeref-0.24.94}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.24.92 → yeref-0.24.94}/pyproject.toml +0 -0
- {yeref-0.24.92 → yeref-0.24.94}/setup.cfg +0 -0
- {yeref-0.24.92 → yeref-0.24.94}/yeref/__init__.py +0 -0
- {yeref-0.24.92 → yeref-0.24.94}/yeref/l_.py +0 -0
- {yeref-0.24.92 → yeref-0.24.94}/yeref/tonweb.js +0 -0
- {yeref-0.24.92 → yeref-0.24.94}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.24.92 → yeref-0.24.94}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.24.92 → yeref-0.24.94}/yeref.egg-info/top_level.txt +0 -0
@@ -16006,10 +16006,10 @@ async def calc_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16006
16006
|
print(f"gen {data_users=}")
|
16007
16007
|
|
16008
16008
|
r1 = await return_activity_metrics(bot, data_users, EXTRA_D, BASE_P, data_ents, schema_name)
|
16009
|
-
r2 = await return_unit_metrics(bot, data_users, EXTRA_D
|
16010
|
-
r3 = await return_cohort_metrics(bot, data_users, EXTRA_D
|
16011
|
-
r4 = await return_retention_metrics(bot, data_users, EXTRA_D
|
16012
|
-
r5 = await return_profit_and_loss_metrics(bot, data_users, EXTRA_D
|
16009
|
+
r2 = await return_unit_metrics(bot, data_users, EXTRA_D)
|
16010
|
+
r3 = await return_cohort_metrics(bot, data_users, EXTRA_D)
|
16011
|
+
r4 = await return_retention_metrics(bot, data_users, EXTRA_D)
|
16012
|
+
r5 = await return_profit_and_loss_metrics(bot, data_users, EXTRA_D)
|
16013
16013
|
except Exception as e:
|
16014
16014
|
logger.info(log_ % str(e))
|
16015
16015
|
await asyncio.sleep(round(random.uniform(0, 1), 2))
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|