reconcile method signatures

This commit is contained in:
woorst
2017-07-18 17:09:24 -05:00
parent 1807ea4aad
commit 9f59d941d7
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ class SubmissionPage(Page):
self.active = False
@SubmissionController.register(Command('REFRESH'))
def refresh_content(self, order=None, name=None):
def refresh_content(self, order=None, name=None, with_search=False):
"Re-download comments and reset the page index"
order = order or self.content.order