zmoog / refurbished

Python packace to access the products information available on the Apple Certified Refurbished section of the Apple Store.
MIT License
11 stars 3 forks source link

Fix missing country #69

Closed zmoog closed 2 years ago

zmoog commented 2 years ago

Motivation

During one of the latest code formatting I messed up with an error message:

$  python cli/rfrb be macs
Product 'macs' is not available in the '{country}' store

Change description

Restored the proper formatting, and added a test to make sure it won't happen again.

Additional Notes

Fixes #68

Reviewer checklist