commit 8af6d9e478e973e934b6d2266f11df356b8a8d37
parent 74d851147449c9369a6ae73e5319582c8a9269fa
Author: Solderpunk <solderpunk@sdf.org>
Date: Tue, 12 May 2020 22:00:35 +0200
Better presentation of query prompts.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/av98.py b/av98.py
@@ -374,7 +374,8 @@ Slow internet connection? Use 'set timeout' to be more patient.""")
# Handle non-SUCCESS headers, which don't have a response body
# Inputs
if status.startswith("1"):
- user_input = input(meta)
+ print(meta)
+ user_input = input("> ")
self._go_to_gi(gi.query(user_input))
return
# Redirects