yeref 0.24.16__tar.gz → 0.24.18__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.16
3
+ Version: 0.24.18
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.16',
5
+ version='0.24.18',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -517,6 +517,14 @@ l_payment_check_token = {
517
517
  'zh': "🌏<b>选择</b>一种可用语言",
518
518
  'ar': "🌏 <b>اختر</b> إحدى اللغات المتاحة",
519
519
  }
520
+ l_payment_check_token_chn = {
521
+ 'ru': "👩🏽‍💻 <b>Проверьте</b> свой токен для получения платажей (бот для приема платежей также должен быть Администратором канала)",
522
+ 'en': "🌏 <b>Select</b> one of the available languages",
523
+ 'es': "🌏 <b>Seleccione</b> uno de los idiomas disponibles",
524
+ 'fr': "🌏 <b>Sélectionnez</b> une des langues disponibles",
525
+ 'zh': "🌏<b>选择</b>一种可用语言",
526
+ 'ar': "🌏 <b>اختر</b> إحدى اللغات المتاحة",
527
+ }
520
528
  l_media_content_successfully_changed = {
521
529
  'ru': "👩🏽‍💻 <b>Медиа</b>-контент успешно изменен",
522
530
  'en': "🌏 <b>Select</b> one of the available languages",
@@ -15617,7 +15617,7 @@ async def ch_games(USER_GAMES, game, condition, balls=-1):
15617
15617
  # return USER_GAMES
15618
15618
 
15619
15619
 
15620
- async def get_user_vars(PROJECT_USERNAME, BASE_P, ENT_TID, chat_id, lc, username, full_name, is_premium=False, usr_hash='',
15620
+ async def get_user_vars(PROJECT_USERNAME, BASE_P, ENT_TID, chat_id, lc, username, full_name, is_premium=False, usr_sig='',
15621
15621
  page=''):
15622
15622
  USER_TID = chat_id
15623
15623
  USER_VARS = json.loads(USER_VARS_)
@@ -15667,7 +15667,7 @@ async def get_user_vars(PROJECT_USERNAME, BASE_P, ENT_TID, chat_id, lc, username
15667
15667
  USER_VARS['USER_LZ'] = lz
15668
15668
  # endregion
15669
15669
  print(f"{USER_VARS=}, {lc=}")
15670
- USER_VARS['USER_HASH'] = usr_hash
15670
+ USER_VARS['USER_SIG'] = usr_sig
15671
15671
  USER_VARS['USER_ISPREMIUM'] = is_premium
15672
15672
 
15673
15673
  sql = f"""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.16
3
+ Version: 0.24.18
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