new
This commit is contained in:
@@ -151,7 +151,7 @@ async def check_pms(update, context):
|
||||
if hasattr(pms_manager.plugin, 'fetch_data') and callable(pms_manager.plugin.fetch_data):
|
||||
# Плагин поддерживает метод fetch_data
|
||||
report = await pms_manager.plugin._fetch_data()
|
||||
logger.debug(f"REPORT: {report}, TYPE: {type(report)}")
|
||||
logger.debug(f"TYPE: {type(report)}")
|
||||
else:
|
||||
await query.edit_message_text("Подходящий способ интеграции с PMS не найден.")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user