Skip to content

Commit

Permalink
Update README-PLUGINS.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Sundell <[email protected]>
  • Loading branch information
sean-morris and consideRatio committed Nov 26, 2021
1 parent 8b91214 commit 06f95d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README-PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ the handle_files_helper function:
for messages; messages in the download_q are written to the UI so users can see the progress and
steps being taken to download their archives. You will notice the progress function is passed into
handle_files_helper and accessed like this:
```
query_line_args["progress_func"]
query_line_args["download_q"]
```python
query_line_args["progress_func"]
query_line_args["download_q"]
```
3) The first line of the handle_files function for the dropbox downloader is specific to DropBox. The URL to a file
in DropBox contains one URL query parameter(dl=0). This parameter indicates to Dropbox whether to download the
Expand Down

0 comments on commit 06f95d6

Please sign in to comment.