Closed veep closed 5 years ago
The underlying db filename may have a suffix added (like .db)
.db
Instead of checking for a specific filename, just attempt to access the cache (inside a try block).
try
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).