choose_single works

This commit is contained in:
Hellow2
2023-03-29 11:53:55 +02:00
parent c4079efc4b
commit 8c01ee4198
2 changed files with 6 additions and 3 deletions

View File

@@ -8,6 +8,9 @@ def search_pages():
print()
print(search)
search.choose(1)
print(search)
if __name__ == "__main__":