Skip to content

Commit

Permalink
Data_harvester iclude all links
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Nov 2, 2023
1 parent f6e6c96 commit 7efca9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fuji_server/harvester/data_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ def retrieve_all_data(self):
fileinfo["claimed_size"] = datafile.get("size")
fileinfo["claimed_type"] = datafile.get("type")
fileinfo["url"] = datafile.get("url")
if fileinfo["verified"]:
self.data[datafile.get("url")] = fileinfo
break
# if fileinfo["verified"]:
self.data[datafile.get("url")] = fileinfo
# print('DATA', self.data)
return True

Expand Down

0 comments on commit 7efca9e

Please sign in to comment.