mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 12:16:13 +01:00
...
This commit is contained in:
parent
cf0c0d3fa9
commit
2e0863a5fc
1 changed files with 1 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ def free_space(self, end_session=True):
|
|||
ans[i] = s['free_space']
|
||||
return tuple(ans)
|
||||
|
||||
@same_thread
|
||||
def get_file(self, object_id, stream=None, callback=None):
|
||||
if stream is None:
|
||||
stream = SpooledTemporaryFile(5*1024*1024, '_wpd_receive_file.dat')
|
||||
|
|
|
|||
Loading…
Reference in a new issue