init ldirty

patch bump
This commit is contained in:
onyx-and-iris 2022-10-19 14:32:54 +01:00
parent 3144a95e07
commit 01c99d5b31
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "vban-cmd" name = "vban-cmd"
version = "1.8.0" version = "1.8.1"
description = "Python interface for the VBAN RT Packet Service (Sendtext)" description = "Python interface for the VBAN RT Packet Service (Sendtext)"
authors = ["onyx-and-iris <code@onyxandiris.online>"] authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT" license = "MIT"

View File

@ -50,6 +50,7 @@ class VbanCmd(metaclass=ABCMeta):
self.cache = {} self.cache = {}
self.event = Event(self.subs) self.event = Event(self.subs)
self._pdirty = False self._pdirty = False
self._ldirty = False
@abstractmethod @abstractmethod
def __str__(self): def __str__(self):