yeref 0.29.1__py3-none-any.whl → 0.29.2__py3-none-any.whl

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/yeref.py CHANGED
@@ -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 lz == 'ru' else channel_library_en
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.1
3
+ Version: 0.29.2
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -0,0 +1,8 @@
1
+ yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
+ yeref/l_.py,sha256=s9u7itQYW4pzoI3Q4lV5jHEI1OzuIqdzP3n5BrOSt0k,606129
3
+ yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
+ yeref/yeref.py,sha256=-Hd4XmJz085nABavgUuWAw0t3t6yVrDMo0X5YlYPnJ0,1058302
5
+ yeref-0.29.2.dist-info/METADATA,sha256=C8cvnqPyg7lBI653iv0y9t43xMzppePl8wDq60Gpsd0,118
6
+ yeref-0.29.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ yeref-0.29.2.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
+ yeref-0.29.2.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
- yeref/l_.py,sha256=s9u7itQYW4pzoI3Q4lV5jHEI1OzuIqdzP3n5BrOSt0k,606129
3
- yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
- yeref/yeref.py,sha256=5jD2YWD8fy0fZjfDzelLms3v_7-gbyn0qnCfSA_WEIU,1058297
5
- yeref-0.29.1.dist-info/METADATA,sha256=eLmFZ2W1mJW-9KoJWqjcH6Psra-JRwa9nh40y-Kyg8Y,118
6
- yeref-0.29.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- yeref-0.29.1.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
- yeref-0.29.1.dist-info/RECORD,,
File without changes