yeref 0.24.16__py3-none-any.whl → 0.24.17__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
@@ -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"""
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=7SgEs9hcn0b-AKW3BeE6DTY1Mo-ZtNCTPAKVv7RE5PM,1178681
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=j48IFV9QYUhU8volod6KqNwLv44nv-ybTty6fu4bXVE,1012329
|
5
|
+
yeref-0.24.17.dist-info/METADATA,sha256=A7Bx3hd9VUnQl5jezhgIQOeJPIvTZEmxsSn1d3VRL5o,119
|
6
|
+
yeref-0.24.17.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
7
|
+
yeref-0.24.17.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.17.dist-info/RECORD,,
|
yeref-0.24.16.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=7SgEs9hcn0b-AKW3BeE6DTY1Mo-ZtNCTPAKVv7RE5PM,1178681
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=i2U5z5pJgEIJwKRSaJH_a1lmoikTJAxv9rgexIKEoD0,1012332
|
5
|
-
yeref-0.24.16.dist-info/METADATA,sha256=kJ8wAuW9LQe5g9caVrsus_UV-3esh-M91JpyJqPkd8I,119
|
6
|
-
yeref-0.24.16.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
7
|
-
yeref-0.24.16.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.16.dist-info/RECORD,,
|
File without changes
|