X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/27ed5a6987fc300f25569628e9152fafcf34c49f..dd9af5cb6877b3c6c6b33d99800ec35745272729:/python/disorder.py.in diff --git a/python/disorder.py.in b/python/disorder.py.in index 23f840c..ef33106 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -479,12 +479,12 @@ class client: """ self._simple("reconfigure") - def rescan(self): + def rescan(self, *flags): """Rescan one or more collections. Only trusted users can perform this operation. """ - self._simple("rescan") + self._simple("rescan", *flags) def version(self): """Return the server's version number."""