Skip to content

Commit

Permalink
update on get_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
EreboPSilva committed May 9, 2024
1 parent b1e9081 commit 068034d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ def _json_parse(response,fields) -> str:
d[key] = value
data.remove(value)
break

file_name =
file_url =
file_md5 =

# we load the data from before in an orderly fashion to fit out format
metadata = {
Expand Down

0 comments on commit 068034d

Please sign in to comment.