summaryrefslogtreecommitdiff
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-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