yeref 0.29.55__tar.gz → 0.29.58__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.55 → yeref-0.29.58}/PKG-INFO +1 -1
- {yeref-0.29.55 → yeref-0.29.58}/setup.py +1 -1
- {yeref-0.29.55 → yeref-0.29.58}/yeref/l_.py +1 -1
- {yeref-0.29.55 → yeref-0.29.58}/yeref/yeref.py +2 -1
- {yeref-0.29.55 → yeref-0.29.58}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.29.55 → yeref-0.29.58}/pyproject.toml +0 -0
- {yeref-0.29.55 → yeref-0.29.58}/setup.cfg +0 -0
- {yeref-0.29.55 → yeref-0.29.58}/yeref/__init__.py +0 -0
- {yeref-0.29.55 → yeref-0.29.58}/yeref/tonweb.js +0 -0
- {yeref-0.29.55 → yeref-0.29.58}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.29.55 → yeref-0.29.58}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.29.55 → yeref-0.29.58}/yeref.egg-info/top_level.txt +0 -0
@@ -5798,7 +5798,7 @@ l_work_finish = {
|
|
5798
5798
|
'ar': "👩🏽💻 <b>الحالية</b> /قيمة العمل: {0}\n\n<code>/العمل 09:00 21:00</code> ساعات العمل\n<code>/العمل 0< /code> خيار التعطيل\n\n⚙️ الأوامر /cmd",
|
5799
5799
|
}
|
5800
5800
|
l_work_msg = {
|
5801
|
-
'ru': "👩🏽💻 <b>Часы</b> работы группы: {0}
|
5801
|
+
'ru': "👩🏽💻 <b>Часы</b> работы группы: {0}-{1}",
|
5802
5802
|
'en': "👩🏽💻 <b>Hours</b> of the group: {0} [UTC: {1}]",
|
5803
5803
|
'es': "👩🏽💻 <b>Horario</b> del grupo: {0} [UTC: {1}]",
|
5804
5804
|
'fr': "👩🏽💻 <b>Heures</b> du groupe : {0} [UTC : {1}]",
|
@@ -250,7 +250,7 @@ UB_CSENDCNT_ = 1
|
|
250
250
|
UB_VARS_ = '{"UB_PROMO": "#911", "UB_CHANNEL": 0, "UB_CHANNELTID": 0, "UB_GROUP": 0, "UB_GROUPTID": 0, "USER_COMMENT": "","UB_TZ": "+00:00", "UB_DT": "", "UB_LZ": "en", "UB_LC": "en"}'
|
251
251
|
UB_LSTS_ = '{}'
|
252
252
|
|
253
|
-
GROUPP_CCHECK_ = '
|
253
|
+
GROUPP_CCHECK_ = '☑☐☐☐☐'
|
254
254
|
GROUPP_CBAN_ = '☐☐☑☐☐'
|
255
255
|
GROUPP_CDIALOG_ = '☑☑☑'
|
256
256
|
|
@@ -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 "GROUPP_CWORKPERMISSIONS FROM" in sql: pass
|
2589
2590
|
else:
|
2590
2591
|
logger.info(log_ % f"SQL: {sql}, PARAM: {param}")
|
2591
2592
|
else:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|