dh1tw / pyhamtools

A Library with Amateur Radio specific Functions and Methods
MIT License
89 stars 25 forks source link

Docs: Fix redis related example in docstring #20

Closed kholia closed 4 years ago

kholia commented 4 years ago

This docstring demonstrates how to use Redis to query the data. However, Redis is NOT actually getting used due to lookuptype="countryfile" argument instead of the required lookuptype="redis" argument.

Thanks for writing this neat library :heart:

dh1tw commented 4 years ago

Looks good! Thanks for your contribution @kholia!