yeref 0.29.51__py3-none-any.whl → 0.29.52__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(ENT_TID, data, web_app_init_data, PROJECT_USERNAME, BASE
7934
7934
  USER_GAMES = json.loads(USER_GAMES)
7935
7935
  USER_VARS = json.loads(USER_VARS)
7936
7936
  USER_LSTS = json.loads(USER_LSTS)
7937
- print(f"isode {USER_VARS=}")
7937
+ print(f"inside {USER_VARS=}")
7938
7938
  if page in ['msg', 'pst']: USER_GAMES = await ch_games(USER_GAMES, 'web', True, balls)
7939
7939
  if not USER_LZ:
7940
7940
  USER_VARS['USER_LC'] = lc
@@ -18400,7 +18400,7 @@ async def get_session(SESSION_TID, SESSION_D, BASE_S, EXTRA_D, CONF_P, is_proxy=
18400
18400
  res = proxy = None
18401
18401
  try:
18402
18402
  sql = "SELECT SESSION_NAME, SESSION_APIID, SESSION_APIHASH, SESSION_PHONE FROM SESSION WHERE SESSION_TID = ?"
18403
- data = await db_select_pg(sql, (SESSION_TID,), BASE_S)
18403
+ data = await db_select(sql, (SESSION_TID,), BASE_S)
18404
18404
  if not len(data): return res
18405
18405
  SESSION_NAME, SESSION_APIID, SESSION_APIHASH, SESSION_PHONE = data[0]
18406
18406
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.51
3
+ Version: 0.29.52
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=kvHD8u1q-oFdFn482YCR4u160sT0YbVxS947hafK2C8,656413
3
+ yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
+ yeref/yeref.py,sha256=bUrmjNhJgS5uPgkFu6f16Y6dVn0ziobXAzlxIIxiOwo,1047999
5
+ yeref-0.29.52.dist-info/METADATA,sha256=v5NoZaTLuhPin7QhjEGG63PsvAa3GqKl9E6P5o8I3t8,119
6
+ yeref-0.29.52.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ yeref-0.29.52.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
+ yeref-0.29.52.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
2
- yeref/l_.py,sha256=kvHD8u1q-oFdFn482YCR4u160sT0YbVxS947hafK2C8,656413
3
- yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
4
- yeref/yeref.py,sha256=Mzde1Aq1yJCHRIjT9TeeXDLU5aXL3rQoSR6MFWFIcoQ,1048001
5
- yeref-0.29.51.dist-info/METADATA,sha256=wzk-XrCybufYrBsN8LRF5FFKrLGIFBrF9nPhgssLGi8,119
6
- yeref-0.29.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- yeref-0.29.51.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
8
- yeref-0.29.51.dist-info/RECORD,,