diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 19:21:07 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 19:21:07 +0200 |
| commit | d6e7b1e32b9395ae8699461ba7c58059e5712d49 (patch) | |
| tree | 9659ff6cc5082d89a6c5808e42b659a7bfd48db6 /rpc | |
| parent | 0691bca6d1f59a61ac30938363e437da034e9c47 (diff) | |
sick its working
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') |
