Update plugins/example_plugin/example_plugin.py
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import threading
|
||||||
from xtendr.xtendrbase import XtendRBase
|
from xtendr.xtendrbase import XtendRBase
|
||||||
|
|
||||||
class ExamplePlugin(XtendRBase):
|
class ExamplePlugin(XtendRBase):
|
||||||
@@ -13,6 +14,7 @@ class ExamplePlugin(XtendRBase):
|
|||||||
>>> plugin.stop()
|
>>> plugin.stop()
|
||||||
ExamplePlugin has stopped!
|
ExamplePlugin has stopped!
|
||||||
"""
|
"""
|
||||||
|
self.pre_load_done = threading.
|
||||||
self.use_pre_load:bool = False #Indicate that pre-loading isn't neccessary
|
self.use_pre_load:bool = False #Indicate that pre-loading isn't neccessary
|
||||||
|
|
||||||
def run(self, *args, **kwargs):
|
def run(self, *args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user