Initialize the plugin (in addition to `__init__`)
(self)
| 66 | self.last_header = {} |
| 67 | |
| 68 | def init(self): |
| 69 | """ |
| 70 | Initialize the plugin (in addition to `__init__`) |
| 71 | """ |
| 72 | pass |
| 73 | |
| 74 | def _log(self, level, plugintype, pluginname, messages): |
| 75 | log = getattr(self.pyload.log, level) |