-
Stefy Lanza (nextime / spora ) authored
- Modified wssshd.py to accept both 'id' and 'client_id' fields for registration - Added fallback logic: client_id = data.get('client_id') or data.get('id') - This allows the C client to send 'client_id' while maintaining backward compatibility - Fixes the KeyError: 'id' issue when C client tries to register
286f91f0