José Manuel Gómez
Results
1
comments of
José Manuel Gómez
I have the same problem. I've tried to fix this problem developing this method: ``` def recover_cache(): db = DB() db.open(DELTAFETCH_DB) for k, v in db.items(): try: db[k] except KeyError:...