diff options
author | Josias <me@josias.dev> | 2021-10-27 17:01:33 -0700 |
---|---|---|
committer | Josias <me@josias.dev> | 2021-10-27 17:01:33 -0700 |
commit | 4798c48717609efce17f84b9334008a3305e8ad3 (patch) | |
tree | 9fbad2d1f8e36f7c96a6d363caa233e1f894792d | |
parent | 33a07650114ba382e4443b1ab93480ed3b60c86d (diff) | |
parent | 5dfe62fc63f278626e524728bdfd609da2c79029 (diff) |
-rwxr-xr-x | av98.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1347,8 +1347,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): |