Remove path from get_supports_resumeable_download

This commit is contained in:
Joseph Schorr 2014-07-07 16:21:27 -04:00
parent e850d17e29
commit af46d3d455
3 changed files with 15 additions and 20 deletions

View file

@ -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):