This commit is contained in:
Mike Dirolf 2009-02-18 17:35:13 -05:00
parent 016a7b1c84
commit e37432d917

View File

@ -150,7 +150,6 @@ def update(db, out):
def gridfs_in(db, time, input):
name = input.name
print name
fs = gridfs.GridFS(db)
f = fs.open(name, "w")
f.write(input.read())