Skip to content

Commit 9384abb

Browse files
Update README-PLUGINS.md
Co-authored-by: Erik Sundell <[email protected]>
1 parent 3fd8b76 commit 9384abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README-PLUGINS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ the handle_files_helper function:
6767
for messages; messages in the download_q are written to the UI so users can see the progress and
6868
steps being taken to download their archives. You will notice the progress function is passed into
6969
handle_files_helper and accessed like this:
70-
```
71-
query_line_args["progress_func"]
72-
query_line_args["download_q"]
70+
```python
71+
query_line_args["progress_func"]
72+
query_line_args["download_q"]
7373
```
7474
3) The first line of the handle_files function for the dropbox downloader is specific to DropBox. The URL to a file
7575
in DropBox contains one URL query parameter(dl=0). This parameter indicates to Dropbox whether to download the

0 commit comments

Comments
 (0)