saves the configs to disk
(self)
| 266 | |
| 267 | |
| 268 | def save(self): |
| 269 | """saves the configs to disk""" |
| 270 | |
| 271 | self.saveConfig(self.config, "pyload.conf") |
| 272 | self.saveConfig(self.plugin, "plugin.conf") |
| 273 | |
| 274 | |
| 275 | def __getitem__(self, section): |
no test coverage detected