v1.0.35
Features
-
SDK: A reset mechanism is added to allow for subsequent invocations
This will now work as expected (two different plugin invocations)
import time from mlnotify import start, end start() time.sleep(15) end() start() time.sleep(15) end()