Merge pull request 'Swap GUS for geminispace.info' (#36) from sario528/AV-98:search-fix into master

Reviewed-on: #36
This commit is contained in:
Solderpunk 2023-11-12 10:22:39 +00:00
commit d5666c9c19
1 changed files with 2 additions and 2 deletions

View File

@ -1354,8 +1354,8 @@ Use 'ls -l' to see URLs."""
self.page_index = 0
def do_gus(self, line):
"""Submit a search query to the GUS search engine."""
gus = GeminiItem("gemini://gus.guru/search")
"""Submit a search query to the Gemini search engine."""
gus = GeminiItem("gemini://geminispace.info/search")
self._go_to_gi(gus.query(line))
def do_history(self, *args):