Update host_python/equalizer.py

This commit is contained in:
pborky 2012-12-22 05:25:31 +01:00
parent a78a39ec2b
commit 2658d670b6

View file

@ -176,4 +176,5 @@ def loop( stream ):
work = l.update() work = l.update()
# time.sleep(0.05) # time.sleep(0.05)
with_stream(loop) if __name__ == '__main__':
with_stream(loop)