summaryrefslogtreecommitdiff
path: root/rpc/rpc.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 03:04:41 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 03:04:41 +0200
commitfa99b22a970b127195f65c4c287954b97ef44791 (patch)
tree62ef0733ba227d17fa88a5c9513c43ad30ebe333 /rpc/rpc.py
parente05904f2e992ce3184952a8e569d9c28d85d68de (diff)
un rato
Diffstat (limited to 'rpc/rpc.py')
-rw-r--r--rpc/rpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc.py b/rpc/rpc.py
index 27ec6b1..6c0442d 100644
--- a/rpc/rpc.py
+++ b/rpc/rpc.py
@@ -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