spam
This commit is contained in:
parent
016a7b1c84
commit
e37432d917
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user