1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

GITBOOK-142: change request with no subject merged in GitBook

This commit is contained in:
Veronica Manuel 2023-05-17 14:51:18 +00:00 committed by gitbook-bot
parent 0ca1c7f681
commit cc1953ee44
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -39,7 +39,7 @@ if not input_filename:
# No input filename returned
exit()
# Call the Function
# Open the file & run your code
with open(input_filename, 'r') as file:
# Read the CSV file
csv_reader = csv.DictReader(file)
@ -70,6 +70,7 @@ async function processfolder(Path) {
<YOUR CODE GOES HERE>
// Open the file & run your code
processfolder(input_folder);
```