docs(ops): note that sqlite is default for receive

This commit is contained in:
izzy lyseggen
2021-07-30 11:31:18 +01:00
parent 68dc1794ee
commit 8904e9eeb4
+2 -1
View File
@@ -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