From 01c99d5b31d764362b04bcf078fdd90ef110f119 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:32:54 +0100 Subject: [PATCH] init ldirty patch bump --- pyproject.toml | 2 +- vban_cmd/vbancmd.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48d7f98..7e972f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vban-cmd" -version = "1.8.0" +version = "1.8.1" description = "Python interface for the VBAN RT Packet Service (Sendtext)" authors = ["onyx-and-iris "] license = "MIT" diff --git a/vban_cmd/vbancmd.py b/vban_cmd/vbancmd.py index b7d72ed..f1ea44c 100644 --- a/vban_cmd/vbancmd.py +++ b/vban_cmd/vbancmd.py @@ -50,6 +50,7 @@ class VbanCmd(metaclass=ABCMeta): self.cache = {} self.event = Event(self.subs) self._pdirty = False + self._ldirty = False @abstractmethod def __str__(self):