diff options
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index c2f13294..71df302e 100644 --- a/modules/github.py +++ b/modules/github.py @@ -177,7 +177,7 @@ class Module(ModuleManager.BaseModule): if not cooldown == None: cache = self._cache_ref(ref) if not self.bot.cache.has_item(cache): - self.bot.cache.temporary_cache(cache, cooldown) + self.bot.cache.temporary_cache(cache, True, cooldown) return True else: return False |
