the 'main' method of every plugin, you **have to** overwrite it
(self, pyfile)
| 238 | |
| 239 | |
| 240 | def process(self, pyfile): |
| 241 | """the 'main' method of every plugin, you **have to** overwrite it""" |
| 242 | raise NotImplementedError |
| 243 | |
| 244 | def resetAccount(self): |
| 245 | """ dont use account and retry download """ |
no outgoing calls
no test coverage detected