counter + fixted __repr__

This commit is contained in:
Hellow2
2023-03-28 17:00:32 +02:00
parent 28f56ac317
commit 8b5d339fef
19 changed files with 504 additions and 381 deletions

View File

@@ -78,7 +78,7 @@ class MultiPageOptions:
return self._current_option_dict[page][index]
def __repr__(self) -> str:
self.string_all_pages()
return self.string_from_all_pages()
class Search: