tomasbedrich / pycaching

A Python 3 interface for working with Geocaching.com website.
https://pycaching.readthedocs.io/
GNU Lesser General Public License v3.0
61 stars 46 forks source link

Duplicated functions (`Cache._from_print_page()` & `Cache.load_by_guid()`) #195

Closed BelKed closed 2 years ago

BelKed commented 2 years ago

Hello there!

May I ask why we have two methods for loading data from the print page?

BelKed commented 2 years ago

Oh, now I found that there's already an open issue for that...