MCPcopy Index your code
hub / github.com/pyload/pyload / resetAccount

Method resetAccount

module/plugins/Plugin.py:244–248  ·  view source on GitHub ↗

dont use account and retry download

(self)

Source from the content-addressed store, hash-verified

242 raise NotImplementedError
243
244 def resetAccount(self):
245 """ dont use account and retry download """
246 self.account = None
247 self.req = self.core.requestFactory.getRequest(self.__name__)
248 self.retry()
249
250 def checksum(self, local_file=None):
251 """

Callers

nothing calls this directly

Calls 2

retryMethod · 0.95
getRequestMethod · 0.80

Tested by

no test coverage detected