We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe66a7 commit fcd611cCopy full SHA for fcd611c
README.md
@@ -142,7 +142,7 @@ job_id = enqueue_response.job.id
142
143
local_response = LocalResponse(request.body())
144
145
-# You can also use a File object as the input.
+# You can also load the json from a local path.
146
# local_response = LocalResponse("path/to/my/file.ext")
147
148
# Optional: verify the HMAC signature
0 commit comments