def set(self, key, value=''):
    if not self.cfg: self.load()
    self.cfg.set(key, value)
    return self