mricon / ingress-fieldplan

Generate an easy workplan for Ingress fielding excursions
GNU General Public License v3.0
31 stars 8 forks source link

Just attempt to open the cache file rather than testing for it first. #2

Closed veep closed 5 years ago

veep commented 5 years ago

The underlying db filename may have a suffix added (like .db)

Instead of checking for a specific filename, just attempt to access the cache (inside a try block).