Remove path from get_supports_resumeable_download
This commit is contained in:
parent
e850d17e29
commit
af46d3d455
3 changed files with 15 additions and 20 deletions
|
@ -57,7 +57,7 @@ class BaseStorage(StoragePaths):
|
|||
def get_direct_download_url(self, path, expires_in=60):
|
||||
return None
|
||||
|
||||
def get_supports_resumeable_downloads(self, path):
|
||||
def get_supports_resumeable_downloads(self):
|
||||
return False
|
||||
|
||||
def get_content(self, path):
|
||||
|
|
Reference in a new issue