diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 16:55:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 16:55:32 +0200 |
| commit | 4577f906c2abc6cbb09a2265da70afc93acc1846 (patch) | |
| tree | 39ae14ac4880e66fd6c8e2040299a70fb4b62d7d /rpc/rpc.py | |
| parent | aa11baa5107f9d077280bc35c7ffccc2442c2045 (diff) | |
infinite loop baby!!!
Diffstat (limited to 'rpc/rpc.py')
| -rw-r--r-- | rpc/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ class CortexRPC(object): gevent.sleep(1/30) output = BytesIO() im = Image.open(join(path, f)) - im = im.convert('RGB') + # im = im.convert('RGB') im.save(output, format="JPEG") frame = output.getvalue() output.close() |
