Saving state
This commit is contained in:
parent
60fcbbc7cd
commit
686ca97fda
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue