Return the full path to the capture

This commit is contained in:
Julien Duponchelle
2016-04-26 17:36:24 +02:00
parent 264254e657
commit 76b2ca2bc0
3 changed files with 8 additions and 2 deletions

View File

@ -145,5 +145,6 @@ class Link:
return {
"vms": res, "link_id": self._id,
"capturing": self._capturing,
"capture_file_name": self._capture_file_name
"capture_file_name": self._capture_file_name,
"capture_file_path": self.capture_file_path
}