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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.55
3
+ Version: 0.29.58
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.29.55',
5
+ version='0.29.58',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -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} [UTC: {1}]",
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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.55
3
+ Version: 0.29.58
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