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