Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Joseph-George committed Feb 13, 2024
1 parent 32ccc20 commit 1bcee46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dataupload/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,6 @@ def upload_commentary(file_path):
'active': fields[5] == 't',
"sectionType":["commentary-text"]
})
# for item in parsed_data:
# print(item)
# print(parsed_data)

# Extract resource name from the file path
file_name = file_path.split("/")[-1].split(".")[0]
Expand Down

0 comments on commit 1bcee46

Please sign in to comment.