Skip to content

Commit

Permalink
Add quotes to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraImbrisca committed Jan 30, 2025
1 parent d844c2b commit 136abe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
# os.environ['OUTPUT_PATH'] = r"/your/custom/output_path"

# optimize bulk downloads and use the recommended number of processes
# os.environ['USE_RECOMMENDED_NUMBER_OF_PROCESSES'] = True
# os.environ['USE_RECOMMENDED_NUMBER_OF_PROCESSES'] = "True"

# set up your own number of processes for bulk download
# os.environ['NUMBER_OF_PROCESSES'] = your_number
# os.environ['NUMBER_OF_PROCESSES'] = "your_number"

# bulk download
bulk_date = "today"
Expand Down

0 comments on commit 136abe8

Please sign in to comment.