This commit is contained in:
2024-12-27 09:54:58 +09:00
parent 32f142727e
commit 9bff204fb4
5 changed files with 156 additions and 113 deletions

View File

@@ -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