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:
parent
0ca1c7f681
commit
cc1953ee44
@ -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);
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user