@@ -189,7 +189,8 @@ class FixtureOutput:
def tick(self, dt):
for fixture in self._fixtures:
fixture.tick(dt)
self._dmx.submit()
if self._dmx is not None:
def main():
The note is not visible to the blocked user.