Skip to content
Snippets Groups Projects
Commit 3d66d600 authored by Sebastian Pohl's avatar Sebastian Pohl
Browse files

fixed no contents error while collecting final_state_full_repo collection

parent 94e905e9
Branches
No related merge requests found
......@@ -73,12 +73,12 @@ def fill_final_state_full_repo():
add_repo_to_collection(repo)
#fill_final_state_full_repo()
query = db.final_state_full_repo.find()
i = 0
for doc in query:
i += 1
print(i, doc["repo"], doc["scrape_time"])
fill_final_state_full_repo()
#query = db.final_state_full_repo.find()
#i = 0
#for doc in query:
# i += 1
# print(i, doc["repo"], doc["scrape_time"])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment