Better presentation of query prompts.

This commit is contained in:
Solderpunk 2020-05-12 22:00:35 +02:00
parent 74d8511474
commit 8af6d9e478
1 changed files with 2 additions and 1 deletions

View File

@ -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