yeref 0.24.16__tar.gz → 0.24.17__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.17
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.17',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -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.17
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
File without changes