diff options
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ class CortexRPC(object): self.fetching = True for f in onlyfiles: - gevent.sleep(1/30) + gevent.sleep(1/10) output = BytesIO() im = Image.open(os.path.join(path, f)) # im = im.convert('RGB') |
