/home/xxxx/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:1043: InsecureRequestWarning: Unverified HTTPS request is being made to host 'webbackend.cdsc.com.np'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
File "/home/xxxx/.local/lib/python3.10/site-packages/nepseutils/core/account.py", line 228, in get_details
self.branch_id = bank_specific_response_json.get("accountBranchId")
AttributeError: 'list' object has no attribute 'get'
/home/xxxx/.local/lib/python3.10/site-packages/urllib3/connectionpool.py:1043: InsecureRequestWarning: Unverified HTTPS request is being made to host 'webbackend.cdsc.com.np'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
File "/home/xxxx/.local/lib/python3.10/site-packages/nepseutils/core/account.py", line 228, in get_details
self.branch_id = bank_specific_response_json.get("accountBranchId")
AttributeError: 'list' object has no attribute 'get'