pull/1/head
hikariatama 2022-08-08 21:20:26 +00:00
parent 5f5ac8859e
commit 961dd58caf
1 changed files with 1 additions and 1 deletions

View File

@ -991,7 +991,7 @@ class Modules:
default: Optional[Hashable] = None,
_modname: str = None,
) -> Hashable:
return self._db.get(mod, key, default)
return self._db.get(_modname, key, default)
def _mod_set(self, key: str, value: Hashable, _modname: str = None) -> bool:
return self._db.set(_modname, key, value)