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

Fix for deleted owners #191

Closed FriedrichFroebel closed 2 years ago

FriedrichFroebel commented 2 years ago

This fixes #161 to be able to handle deleted owners correctly.

As for the trackable fix, I had to create a separate test class again, due to #186. For the same (or a similar) reason, re-using the existing cassette for the valid case did not seem to work as well.