From 136abe8c7a2106208a9f5617b7f777167826bf1f Mon Sep 17 00:00:00 2001 From: AlexandraImbrisca Date: Thu, 30 Jan 2025 22:12:33 +0100 Subject: [PATCH] Add quotes to comments --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 705d4e2a..88730b4e 100644 --- a/main.py +++ b/main.py @@ -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"