diff --git a/plugins/example_plugin/example_plugin.py b/plugins/example_plugin/example_plugin.py index 90046e6..27fb2a4 100644 --- a/plugins/example_plugin/example_plugin.py +++ b/plugins/example_plugin/example_plugin.py @@ -14,7 +14,7 @@ class ExamplePlugin(XtendRBase): >>> plugin.stop() ExamplePlugin has stopped! """ - self.pre_load_done = threading. + self.pre_load_done = threading.Event() self.use_pre_load:bool = False #Indicate that pre-loading isn't neccessary def run(self, *args, **kwargs):