yeref 0.24.68__tar.gz → 0.24.69__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.68 → yeref-0.24.69}/PKG-INFO +1 -1
- {yeref-0.24.68 → yeref-0.24.69}/setup.py +1 -1
- {yeref-0.24.68 → yeref-0.24.69}/yeref/yeref.py +1 -4
- {yeref-0.24.68 → yeref-0.24.69}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.24.68 → yeref-0.24.69}/pyproject.toml +0 -0
- {yeref-0.24.68 → yeref-0.24.69}/setup.cfg +0 -0
- {yeref-0.24.68 → yeref-0.24.69}/yeref/__init__.py +0 -0
- {yeref-0.24.68 → yeref-0.24.69}/yeref/l_.py +0 -0
- {yeref-0.24.68 → yeref-0.24.69}/yeref/tonweb.js +0 -0
- {yeref-0.24.68 → yeref-0.24.69}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.24.68 → yeref-0.24.69}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.24.68 → yeref-0.24.69}/yeref.egg-info/top_level.txt +0 -0
@@ -16312,9 +16312,6 @@ async def return_cohort_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16312
16312
|
USER_DT = USER_VARS.get("USER_DT", "")
|
16313
16313
|
USER_DAU = USER_LSTS.get("USER_DAU", [])
|
16314
16314
|
|
16315
|
-
if not USER_DT:
|
16316
|
-
continue
|
16317
|
-
|
16318
16315
|
entry_mo = datetime.strptime(USER_DT, "%d-%m-%Y_%H-%M-%S").strftime("%Y-%m")
|
16319
16316
|
cohorts[entry_mo].add(USER_TID)
|
16320
16317
|
|
@@ -16394,7 +16391,7 @@ async def return_cohort_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16394
16391
|
for r in table:
|
16395
16392
|
writer.writerow(r)
|
16396
16393
|
writer.writerow([])
|
16397
|
-
writer.writerow([f"
|
16394
|
+
writer.writerow([f"Churn ~ ×{avg_churn:.1f} monthly"])
|
16398
16395
|
|
16399
16396
|
thumb = types.FSInputFile(os.path.join(EXTRA_D, "parse.jpg"))
|
16400
16397
|
await bot.send_document(chat_id=my_tid, document=types.FSInputFile(path), thumbnail=thumb)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|