aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-07-19 22:37:15 +0200
committerjaseg <jaseg@jaseg.net>2014-07-19 22:37:15 +0200
commit686ca97fda7f9a1e8b63a8393edbde4e56d72931 (patch)
tree74debb7e61fba9e8c1ccf78c9414e4ab02f78524
parent60fcbbc7cd0ad533b7bfd20b367f6eab79cc5d8a (diff)
downloadmatelight-686ca97fda7f9a1e8b63a8393edbde4e56d72931.tar.gz
matelight-686ca97fda7f9a1e8b63a8393edbde4e56d72931.tar.bz2
matelight-686ca97fda7f9a1e8b63a8393edbde4e56d72931.zip
Saving state
-rwxr-xr-xhost/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/server.py b/host/server.py
index 2660f42..456eedb 100755
--- a/host/server.py
+++ b/host/server.py
@@ -161,7 +161,7 @@ if __name__ == '__main__':
elif userver.frame_da():
renderer = userver
else:
- static_noise = time() % 300 < 60
+ static_noise = False #time() % 300 < 60
if static_noise:
foo = os.urandom(640)
frame = bytes([v for c in zip(list(foo), list(foo), list(foo)) for v in c ])