small changes to run module

This commit is contained in:
2014-10-30 14:37:05 +01:00
parent d1a5bcdc45
commit 50d9f023cd
2 changed files with 8 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ class FileAPI(Resource):
log = r.log_default(None, None, 5, filepath)
log = [l for l in log]
return jsonify(
filepath=filepath,
log=log)