diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 03:04:41 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 03:04:41 +0200 |
| commit | fa99b22a970b127195f65c4c287954b97ef44791 (patch) | |
| tree | 62ef0733ba227d17fa88a5c9513c43ad30ebe333 /rpc/rpc.py | |
| parent | e05904f2e992ce3184952a8e569d9c28d85d68de (diff) | |
un rato
Diffstat (limited to 'rpc/rpc.py')
| -rw-r--r-- | rpc/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ from PIL import Image load_dotenv(find_dotenv()) class CortexRPC(object): - def __init__(self): + def __init__(self, get_fn, set_fn): super().__init__() self._get_fn = get_fn self._set_fn = set_fn |
