mutable/checker: announce the mapupdate op on the 'recent uploads+downloads' page

This commit is contained in:
Brian Warner 2008-10-23 16:03:19 -07:00
parent 7338440d86
commit 54c0ffd214

View File

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