re-run through ruff formatter

This commit is contained in:
2025-01-15 10:54:52 +00:00
parent 5a988e8d37
commit 53ad8fdff5
23 changed files with 460 additions and 460 deletions

View File

@@ -6,7 +6,7 @@ logging.basicConfig(level=logging.DEBUG)
def main():
with xair_api.connect("XR18", ip="mixer.local") as mixer:
with xair_api.connect('XR18', ip='mixer.local') as mixer:
for send in mixer.strip[0].send:
send.level = -22.8
@@ -20,5 +20,5 @@ def main():
print(mixer.fxreturn[0].send[0].level)
if __name__ == "__main__":
if __name__ == '__main__':
main()