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

Method activate

module/plugins/hooks/HotFolder.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 __authors__ = [("RaNaN", "RaNaN@pyload.de")]
28
29 def activate(self):
30 self.periodical.start(60, threaded=True)
31
32 def periodical_task(self):
33 folder = fs_encode(self.config.get('folder'))

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected