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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.38
3
+ Version: 0.24.40
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.24.38',
5
+ version='0.24.40',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -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 USER_PAY=$1 WHERE USER_TID=$2"
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")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.38
3
+ Version: 0.24.40
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes