diff options
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() |
