mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 11:38:52 +00:00
Document status.Status
This commit is contained in:
parent
bd799d9d72
commit
93d015e468
@ -1127,8 +1127,12 @@ def marshal_json(s):
|
||||
|
||||
|
||||
class Status(MultiFormatResource):
|
||||
"""Renders /status page."""
|
||||
|
||||
def __init__(self, history):
|
||||
"""
|
||||
:param allmydata.history.History history: provides operation statuses.
|
||||
"""
|
||||
super(Status, self).__init__()
|
||||
self.history = history
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user