mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
init ldirty
patch bump
This commit is contained in:
parent
3144a95e07
commit
01c99d5b31
@ -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 <code@onyxandiris.online>"]
|
||||
license = "MIT"
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user