Remove todo page and testing page in documentation

This commit is contained in:
Mads Marquart
2020-01-22 23:00:38 +01:00
parent 05375d9b11
commit 3d3b0f9e91
7 changed files with 6 additions and 62 deletions

View File

@@ -482,10 +482,7 @@ class Client:
return self._read_status(False, threads, at)
def mark_as_seen(self):
"""
Todo:
Documenting this
"""
# TODO: Documenting this
j = self.session._payload_post(
"/ajax/mercury/mark_seen.php", {"seen_timestamp": _util.now()}
)