(self, since)
| 301 | # List modified files since the date |
| 302 | # Return: {inner_path: modification date,...} |
| 303 | def listModified(self, since): |
| 304 | return self.request("listModified", {"since": since, "site": self.site.address}) |
| 305 | |
| 306 | def updateHashfield(self, force=False): |
| 307 | # Don't update hashfield again in 5 min |
no test coverage detected