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 3fd8b76 commit 9384abbCopy full SHA for 9384abb
README-PLUGINS.md
@@ -67,9 +67,9 @@ the handle_files_helper function:
67
for messages; messages in the download_q are written to the UI so users can see the progress and
68
steps being taken to download their archives. You will notice the progress function is passed into
69
handle_files_helper and accessed like this:
70
- ```
71
- query_line_args["progress_func"]
72
- query_line_args["download_q"]
+ ```python
+ query_line_args["progress_func"]
+ query_line_args["download_q"]
73
```
74
3) The first line of the handle_files function for the dropbox downloader is specific to DropBox. The URL to a file
75
in DropBox contains one URL query parameter(dl=0). This parameter indicates to Dropbox whether to download the
0 commit comments