yeref 0.29.1__tar.gz → 0.29.2__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.29.1 → yeref-0.29.2}/PKG-INFO +1 -1
- {yeref-0.29.1 → yeref-0.29.2}/setup.py +1 -1
- {yeref-0.29.1 → yeref-0.29.2}/yeref/yeref.py +1 -1
- {yeref-0.29.1 → yeref-0.29.2}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.1 → yeref-0.29.2}/pyproject.toml +0 -0
- {yeref-0.29.1 → yeref-0.29.2}/setup.cfg +0 -0
- {yeref-0.29.1 → yeref-0.29.2}/yeref/__init__.py +0 -0
- {yeref-0.29.1 → yeref-0.29.2}/yeref/l_.py +0 -0
- {yeref-0.29.1 → yeref-0.29.2}/yeref/tonweb.js +0 -0
- {yeref-0.29.1 → yeref-0.29.2}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.1 → yeref-0.29.2}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.1 → yeref-0.29.2}/yeref.egg-info/top_level.txt +0 -0
@@ -7934,7 +7934,7 @@ async def upd_user_data_main(data, web_app_init_data, BASE_P, BOT_TOKEN_E18B, re
|
|
7934
7934
|
if not is_paid:
|
7935
7935
|
extra_bot = None
|
7936
7936
|
try:
|
7937
|
-
lib_id = channel_library_ru if
|
7937
|
+
lib_id = channel_library_ru if USER_LZ == 'ru' else channel_library_en
|
7938
7938
|
print(f"{channel_library_ru=}, {channel_library_en=}")
|
7939
7939
|
extra_bot = Bot(token=BOT_TOKEN_E18B)
|
7940
7940
|
member_ = await extra_bot.get_chat_member(chat_id=lib_id, user_id=chat_id)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|