diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-15 09:07:37 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-15 09:07:37 +0300 |
commit | efe35f2bfd9357b0aa6fc68169062d0c0227fb12 (patch) | |
tree | 1302e5ddd60fb6ba5f42c10f01fccc3d1b5a56a6 /README.md | |
parent | 6d117de2c927b8bdf11fac7421483095dc1393eb (diff) | |
download | py-gsxws-efe35f2bfd9357b0aa6fc68169062d0c0227fb12.tar.gz py-gsxws-efe35f2bfd9357b0aa6fc68169062d0c0227fb12.tar.bz2 py-gsxws-efe35f2bfd9357b0aa6fc68169062d0c0227fb12.zip |
Show URL against which GsxError occured
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,10 +16,10 @@ It goes a little something like this: import gsxws gsxws.connect(apple_id, password, sold_to) mac = gsxws.Product('70033CDFA4S') - mac.get_warranty() + mac.warranty() # get available parts for this machine - mac.get_parts() + mac.parts() Requirements |