mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-25 02:00:13 +08:00
fix workflow actions
This commit is contained in:
@@ -41,7 +41,7 @@ class WorkFlowManager(metaclass=Singleton):
|
|||||||
return False
|
return False
|
||||||
if obj.__name__ == "BaseAction":
|
if obj.__name__ == "BaseAction":
|
||||||
return False
|
return False
|
||||||
return obj.__module__.startswith("app.actions")
|
return obj.__module__.startswith("app.workflow.actions")
|
||||||
|
|
||||||
# 加载所有动作
|
# 加载所有动作
|
||||||
self._actions = {}
|
self._actions = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user