added subject module

added ldirty parameter

_updates thread now notifies observers of updates to pdirty, ldirty.

minor version bump
This commit is contained in:
onyx-and-iris
2022-05-14 14:00:08 +01:00
parent 9de4116c1b
commit 933d182f60
5 changed files with 94 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ kind_id = random.choice(tuple(kind.id for kind in kinds.all))
opts = {
"ip": "codey.local",
"streamname": "testing",
"streamname": "codey",
"port": 6990,
"bps": 0,
"sync": True,