mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
download.py: fix IDownloader to take a URI
This commit is contained in:
parent
85c0989030
commit
ca3fda3e22
@ -223,7 +223,7 @@ class FileHandle:
|
||||
pass
|
||||
|
||||
class IDownloader(Interface):
|
||||
def download(verifierid, target):
|
||||
def download(uri, target):
|
||||
pass
|
||||
|
||||
class Downloader(service.MultiService):
|
||||
|
Loading…
Reference in New Issue
Block a user