mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-14 12:02:46 +02:00
@logger.catch defaults to reraise=False, so change_password and get_debug_logs_raw - which raise NotImplementedError - silently returned None. The service layer's 'except NotImplementedError -> 501' never fired, yielding '200 null' or a response-model 500 instead. login likewise turned unexpected errors into a None result. Drop the pointless decorator from the two methods that only raise, and let login reraise so failures surface. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| native_python.py | ||
| raspiblitz.py | ||
| raspiblitz_utils.py | ||
| README.md | ||
| system_base.py | ||
System Implementation
APIPlatform RaspiBlitz
Get all necessary information from Redis
APIPlatform Native Python
Get all necessary from .env file and/or native python libraries