From 8904e9eeb4f34c8104fa9b28e018c2a2260c0dd2 Mon Sep 17 00:00:00 2001 From: izzy lyseggen Date: Fri, 30 Jul 2021 11:31:18 +0100 Subject: [PATCH] docs(ops): note that sqlite is default for receive --- specklepy/api/operations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specklepy/api/operations.py b/specklepy/api/operations.py index 3cff5a8..3bb552c 100644 --- a/specklepy/api/operations.py +++ b/specklepy/api/operations.py @@ -52,7 +52,8 @@ def receive( Arguments: obj_id {str} -- the id of the object to receive remote_transport {Transport} -- the transport to receive from - local_transport {Transport} -- the transport to send from + local_transport {Transport} -- the local cache to check for existing objects + (defaults to `SQLiteTransport`) Returns: Base -- the base object