- Timestamp:
- 2 Aug 2017, 04:38:22 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/remita/helpers.py
r14738 r14741 53 53 resp = h.getresponse() 54 54 if resp.status!=200: 55 return {'error': 'Connection error (%s, %s)' % (resp onse.status, response.reason)}55 return {'error': 'Connection error (%s, %s)' % (resp.status, resp.reason)} 56 56 jsonout = resp.read() 57 57 try:
Note: See TracChangeset for help on using the changeset viewer.