cache improvements

This commit is contained in:
ishaan-jaff 2023-08-28 14:44:42 -07:00
parent 43fea52d7c
commit 1799f1bfe9
4 changed files with 15 additions and 15 deletions

View file

@ -75,7 +75,6 @@ class Cache():
if cache_key is not None:
self.cache.set_cache(cache_key, result)
except:
pass
@ -83,6 +82,3 @@ class Cache():