Fix do_root.

This commit is contained in:
Solderpunk 2019-06-22 20:24:06 +03:00
parent 104ba07a05
commit 2235f8f4b1
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ Slow internet connection? Use 'set timeout' to be more patient.""")
@needs_gi
def do_root(self, *args):
"""Go to root selector of the server hosting current item."""
gi = GeminiItem(self.gi.host, self.gi.port, "", "1",
gi = GeminiItem(self.gi.host, self.gi.port, "",
"Root of %s" % self.gi.host)
self._go_to_gi(gi)