yeref 0.24.55__tar.gz → 0.24.56__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.55 → yeref-0.24.56}/PKG-INFO +1 -1
- {yeref-0.24.55 → yeref-0.24.56}/setup.py +1 -1
- {yeref-0.24.55 → yeref-0.24.56}/yeref/yeref.py +1 -2
- {yeref-0.24.55 → yeref-0.24.56}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.24.55 → yeref-0.24.56}/pyproject.toml +0 -0
- {yeref-0.24.55 → yeref-0.24.56}/setup.cfg +0 -0
- {yeref-0.24.55 → yeref-0.24.56}/yeref/__init__.py +0 -0
- {yeref-0.24.55 → yeref-0.24.56}/yeref/l_.py +0 -0
- {yeref-0.24.55 → yeref-0.24.56}/yeref/tonweb.js +0 -0
- {yeref-0.24.55 → yeref-0.24.56}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.24.55 → yeref-0.24.56}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.24.55 → yeref-0.24.56}/yeref.egg-info/top_level.txt +0 -0
@@ -16289,8 +16289,7 @@ async def return_unit_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16289
16289
|
if cmgr_values:
|
16290
16290
|
avg_cmgr = sum(cmgr_values) / len(cmgr_values)
|
16291
16291
|
writer.writerow([])
|
16292
|
-
writer.writerow(
|
16293
|
-
[f"Every month, revenue multiplied by approximately {round(1 + avg_cmgr, 2)}× on average."])
|
16292
|
+
writer.writerow([f"Revenue ~ ×{round(1 + avg_cmgr, 2)} monthly average"])
|
16294
16293
|
|
16295
16294
|
# отправить файл
|
16296
16295
|
thumb = types.FSInputFile(os.path.join(EXTRA_D, "parse.jpg"))
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|