Add space after INPUT.

This commit is contained in:
nervuri 2022-02-09 17:46:09 +00:00
parent 1c8e8b661a
commit f19ae805fc
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ while True:
# Handle input requests # Handle input requests
if status.startswith("1"): if status.startswith("1"):
# Prompt # Prompt
query = input("INPUT" + mime + "> ") query = input("INPUT " + mime + "> ")
url += "?" + urllib.parse.quote(query) # Bit lazy... url += "?" + urllib.parse.quote(query) # Bit lazy...
# Follow redirects # Follow redirects
elif status.startswith("3"): elif status.startswith("3"):