Files
aitbc/apps
aitbc 7b7405a388
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Successful in 11s
Integration Tests / test-service-integration (push) Successful in 2m47s
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
fix: remove orphaned else block causing SyntaxError in client.py
The else block at line 250 was orphaned (no corresponding if), causing
a SyntaxError during coordinator-api startup. Removed the invalid else block.
2026-04-25 08:18:48 +02:00
..