mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
mutable/checker: announce the mapupdate op on the 'recent uploads+downloads' page
This commit is contained in:
parent
7338440d86
commit
54c0ffd214
@ -23,6 +23,7 @@ class MutableChecker:
|
||||
def check(self, verify=False):
|
||||
servermap = ServerMap()
|
||||
u = ServermapUpdater(self._node, self._monitor, servermap, MODE_CHECK)
|
||||
self._node._client.notify_mapupdate(u.get_status())
|
||||
d = u.update()
|
||||
d.addCallback(self._got_mapupdate_results)
|
||||
if verify:
|
||||
|
Loading…
Reference in New Issue
Block a user