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.
- {yeref-0.24.16 → yeref-0.24.18}/PKG-INFO +1 -1
- {yeref-0.24.16 → yeref-0.24.18}/setup.py +1 -1
- {yeref-0.24.16 → yeref-0.24.18}/yeref/l_.py +8 -0
- {yeref-0.24.16 → yeref-0.24.18}/yeref/yeref.py +2 -2
- {yeref-0.24.16 → yeref-0.24.18}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.24.16 → yeref-0.24.18}/pyproject.toml +0 -0
- {yeref-0.24.16 → yeref-0.24.18}/setup.cfg +0 -0
- {yeref-0.24.16 → yeref-0.24.18}/yeref/__init__.py +0 -0
- {yeref-0.24.16 → yeref-0.24.18}/yeref/tonweb.js +0 -0
- {yeref-0.24.16 → yeref-0.24.18}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.24.16 → yeref-0.24.18}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.24.16 → yeref-0.24.18}/yeref.egg-info/top_level.txt +0 -0
@@ -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,
|
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['
|
15670
|
+
USER_VARS['USER_SIG'] = usr_sig
|
15671
15671
|
USER_VARS['USER_ISPREMIUM'] = is_premium
|
15672
15672
|
|
15673
15673
|
sql = f"""
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|