Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgoce committed Jan 4, 2018
1 parent 12ea83c commit 161a034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -45,7 +45,7 @@ If you need more control just build the controller by hand, see build_from_confi
payload = {'TraModAtBorHEA76': '1', 'ExpDatOfArr': '20110809', 'ConRefNum': '9294408'}
result = ctrl.request(payload)
assert result.valid, f'Error requesting aeat: {result.data}'
assert result.valid, f'Error requesting aeat: {result.error}'
assert result.data is not None
Expand All @@ -71,7 +71,7 @@ Usage (Spanish)
payload = {'TraModAtBorHEA76': '1', 'ExpDatOfArr': '20110809', 'ConRefNum': '9294408'}
result = ctrl.request(payload)
assert result.valid, f'Error requesting aeat: {result.data}'
assert result.valid, f'Error requesting aeat: {result.error}'
assert result.data is not None
Expand Down

0 comments on commit 161a034

Please sign in to comment.