mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 11:38:52 +00:00
Add notes to RetrieveStatusPage
This commit is contained in:
parent
07f14a19f8
commit
3aaa87d2ba
@ -674,9 +674,14 @@ class DownloadStatusPage(DownloadResultsRendererMixin, rend.Page):
|
||||
return data.get_status()
|
||||
|
||||
|
||||
|
||||
# Renders "/status/retrieve-%d".
|
||||
class RetrieveStatusPage(MultiFormatResource):
|
||||
|
||||
def __init__(self, retrieve_status):
|
||||
"""
|
||||
:retrieve_status retrieve.RetrieveStatus: stats provider.
|
||||
"""
|
||||
super(RetrieveStatusPage, self).__init__()
|
||||
self._retrieve_status = retrieve_status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user