(self, option)
| 126 | |
| 127 | # access/modify PlexConnect settings |
| 128 | def getSetting(self, option): |
| 129 | dprint(__name__, 1, "getsetting {0}={1}", option, self.cfg.get(self.section, option)) |
| 130 | return self.cfg.get(self.section, option) |
| 131 | |
| 132 | |
| 133 |
no test coverage detected