commit d8289659799f31b2fad3796b45dd59532083dfc8
parent 08bc6e210211f41af10afea7c8497176e55b26ec
Author: Solderpunk <solderpunk@sdf.org>
Date: Thu, 14 May 2020 09:37:12 +0200
Fix bug introduced when refactoring rcfile path wrangling.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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"