From d8289659799f31b2fad3796b45dd59532083dfc8 Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Thu, 14 May 2020 09:37:12 +0200 Subject: [PATCH] Fix bug introduced when refactoring rcfile path wrangling. --- av98.py | 1 - 1 file changed, 1 deletion(-) diff --git a/av98.py b/av98.py index 11c3cae..c1ca6e0 100755 --- a/av98.py +++ b/av98.py @@ -220,7 +220,6 @@ class GeminiClient(cmd.Cmd): self.config_dir = os.path.expanduser("~/.config/av98/") else: self.config_dir = os.path.expanduser("~/.av98/") - return rcfile self.no_cert_prompt = "\x1b[38;5;76m" + "AV-98" + "\x1b[38;5;255m" + "> " + "\x1b[0m" self.cert_prompt = "\x1b[38;5;202m" + "AV-98" + "\x1b[38;5;255m" + "+cert> " + "\x1b[0m"