Saving state

This commit is contained in:
jaseg 2014-07-19 22:37:15 +02:00
parent 60fcbbc7cd
commit 686ca97fda

View file

@ -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 ])