Files
aitbc/apps
aitbc f1402232c5
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 15s
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
fix: use get_logger instead of logging.getLogger in developer_platform_service.py
The file was using logging.getLogger without importing logging module.
Changed to use get_logger from aitbc which is already imported.
2026-04-25 08:22:57 +02:00
..