Skip to content

Fix bug in Cache.set(): self.map[query] is not defined in constructor, replaced with self.lookup.get(query)#1126

Open
WillyPhan06 wants to merge 1 commit intodonnemartin:masterfrom
WillyPhan06:fix-wrong-call-in-cache
Open

Fix bug in Cache.set(): self.map[query] is not defined in constructor, replaced with self.lookup.get(query)#1126
WillyPhan06 wants to merge 1 commit intodonnemartin:masterfrom
WillyPhan06:fix-wrong-call-in-cache

Commits