def KillPersistVarThred(): print("Stopping vars") SCLib.StopVars() time.sleep(1)
def KillPersistVarThred(): print("Restarting SCLib variables") SCLib.StopVars() time.sleep(1)
def KillPersistVarThred(): SCLib.StopVars() time.sleep(1)