diff options
-rw-r--r-- | plugins/xserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xserver.py b/plugins/xserver.py index 5581ccd..644addc 100644 --- a/plugins/xserver.py +++ b/plugins/xserver.py @@ -34,7 +34,7 @@ import shutil class Xserver(Plugin): """ Plugin to detect an rescue faulty xserver configurations. """ - flows = {} + flows = Flow.init(Plugin) flows["force"] = Flow({ Plugin.initial: {Return: "prepare"}, "prepare" : {ReturnSuccess: "diagnose2"}, |