yeref 0.29.64__tar.gz → 0.29.65__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.64 → yeref-0.29.65}/PKG-INFO +1 -1
- {yeref-0.29.64 → yeref-0.29.65}/setup.py +1 -1
- {yeref-0.29.64 → yeref-0.29.65}/yeref/yeref.py +2 -0
- {yeref-0.29.64 → yeref-0.29.65}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.64 → yeref-0.29.65}/pyproject.toml +0 -0
- {yeref-0.29.64 → yeref-0.29.65}/setup.cfg +0 -0
- {yeref-0.29.64 → yeref-0.29.65}/yeref/__init__.py +0 -0
- {yeref-0.29.64 → yeref-0.29.65}/yeref/l_.py +0 -0
- {yeref-0.29.64 → yeref-0.29.65}/yeref/tonweb.js +0 -0
- {yeref-0.29.64 → yeref-0.29.65}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.64 → yeref-0.29.65}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.64 → yeref-0.29.65}/yeref.egg-info/top_level.txt +0 -0
@@ -2586,6 +2586,7 @@ async def db_select_pg(sql, param=None, db_pool=None, db_config=None):
|
|
2586
2586
|
elif "SELECT NOTICE_ID, NOTICE_TYPE, NOTICE_TXT" in sql: pass
|
2587
2587
|
elif "<= NOW()" in sql: pass
|
2588
2588
|
elif "_LZ FROM" in sql: pass
|
2589
|
+
elif "WHERE INVITE_DT" in sql: pass
|
2589
2590
|
elif "GROUPP_CVOTERESTRICT FROM" in sql: pass
|
2590
2591
|
else:
|
2591
2592
|
logger.info(log_ % f"SQL: {sql}, PARAM: {param}")
|
@@ -13542,6 +13543,7 @@ async def edit_simple2(bot, chat_id, user_id, entity_id, post_id, message_id, cu
|
|
13542
13543
|
async def is_reason(user_id, user_username, user_full_name, ENT_CBAN):
|
13543
13544
|
result = None
|
13544
13545
|
try:
|
13546
|
+
if not ENT_CBAN: return
|
13545
13547
|
new_, nousername_, cas_, symbols_, zalgo_ = list(ENT_CBAN)
|
13546
13548
|
|
13547
13549
|
if nousername_ == '☑' and not user_username:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|