yeref 0.24.38__tar.gz → 0.24.40__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.38 → yeref-0.24.40}/PKG-INFO +1 -1
- {yeref-0.24.38 → yeref-0.24.40}/setup.py +1 -1
- {yeref-0.24.38 → yeref-0.24.40}/yeref/yeref.py +4 -3
- {yeref-0.24.38 → yeref-0.24.40}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.24.38 → yeref-0.24.40}/pyproject.toml +0 -0
- {yeref-0.24.38 → yeref-0.24.40}/setup.cfg +0 -0
- {yeref-0.24.38 → yeref-0.24.40}/yeref/__init__.py +0 -0
- {yeref-0.24.38 → yeref-0.24.40}/yeref/l_.py +0 -0
- {yeref-0.24.38 → yeref-0.24.40}/yeref/tonweb.js +0 -0
- {yeref-0.24.38 → yeref-0.24.40}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.24.38 → yeref-0.24.40}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.24.38 → yeref-0.24.40}/yeref.egg-info/top_level.txt +0 -0
@@ -2437,7 +2437,7 @@ effects_real_my = {'5107584321108051014': '👍', '5159385139981059251': '❤',
|
|
2437
2437
|
|
2438
2438
|
themes_ = ['🐥', '⛄', '💎', '👨\u200d🏫', '🌷', '💜', '🎄', '🎮']
|
2439
2439
|
extra_prompt = 'hyper-realistic image, iphone photo, ultra-realistic photography, cinematic photo, uhd motion capture, high-contrast image, 8k camera, atmospheric light'
|
2440
|
-
short_description = f"""👩🏽💻 Web3ᵀᴼᴺ-@tg-#neuro apps
|
2440
|
+
short_description = f"""👩🏽💻 Web3ᵀᴼᴺ-@tg-#neuro apps for⋅ᯅ⋅creators
|
2441
2441
|
|
2442
2442
|
Start: t.me/FereyDemoBot
|
2443
2443
|
🇬🇧🇨🇳🇦🇪🇪🇸🇷🇺🇫🇷
|
@@ -15470,7 +15470,7 @@ async def pay_handler_for_all(bot, message, ideas_en, ideas_ru, PROJECT_USERNAME
|
|
15470
15470
|
USER_LSTS["USER_PAYMENTS"] = USER_PAYMENTS
|
15471
15471
|
USER_LSTS = json.dumps(USER_LSTS, ensure_ascii=False)
|
15472
15472
|
|
15473
|
-
sql = f"UPDATE \"USER\" SET
|
15473
|
+
sql = f"UPDATE \"USER\" SET USER_LSTS=$1 WHERE USER_TID=$2"
|
15474
15474
|
await db_change_pg(sql, (USER_LSTS, chat_id,), BASE_P)
|
15475
15475
|
|
15476
15476
|
text = f"{l_payment_success[lz]} ★{total_amount}, {payload_txt}\n\n♥️ @{PROJECT_USERNAME} {l_payment_hashtag[lz]}"
|
@@ -15963,9 +15963,10 @@ async def return_view_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
15963
15963
|
USER_DAU = USER_LSTS.get("USER_DAU", [])
|
15964
15964
|
USER_MAU = USER_LSTS.get("USER_MAU", [])
|
15965
15965
|
USER_TXS = USER_LSTS.get("USER_TXS", [])
|
15966
|
+
USER_STATUSES = USER_LSTS.get("USER_STATUSES", [])
|
15966
15967
|
|
15967
15968
|
if USER_WALLET: wallets_set.add(USER_WALLET)
|
15968
|
-
users_set.add(USER_TID)
|
15969
|
+
if not len(USER_STATUSES): users_set.add(USER_TID)
|
15969
15970
|
|
15970
15971
|
for day_str in USER_DAU:
|
15971
15972
|
dt_day = datetime.strptime(day_str, "%Y-%m-%d")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|