(self, thread)
| 310 | thread = PluginThread.DecrypterThread(self, job) |
| 311 | |
| 312 | def getLimit(self, thread): |
| 313 | limit = thread.active.plugin.account.getAccountData(thread.active.plugin.user)["options"].get("limitDL",["0"])[0] |
| 314 | return int(limit) |
| 315 | |
| 316 | def cleanup(self): |
| 317 | """do global cleanup, should be called when finished with pycurl""" |
no test coverage detected