Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .gitignore
Empty file.
Binary file added NPMpkglist_0.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion extrNpm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pymongo, json, sys
client = pymongo.MongoClient (host="da1")
db = client ['fdac18mp2']
id = "audris"
id = "pprovins"
coll = db [ 'npm_' + id]
for r in coll.find():
if 'collected' in r:
Expand Down
2 changes: 1 addition & 1 deletion extrRels.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pymongo, json, sys
client = pymongo.MongoClient (host="da1")
db = client ['fdac18mp2']
id = "audris"
id = "pprovins"
coll = db [ 'releases_' + id]
for r in coll.find():
n = r['name']
Expand Down
Loading