Files
aitbc/apps/wallet/scripts
aitbc 4d52af91fa Fix bare except patterns in apps directory
- Fixed zk_cache.py: replaced bare except with OSError, FileNotFoundError
- Fixed simple_daemon.py: replaced bare except with specific httpx exceptions
- Fixed migrate_to_postgresql.py: replaced bare except with JSONDecodeError

This continues Phase 3.1: Fix bare except patterns
2026-04-30 10:59:16 +02:00
..