Fix Input handling stub.

This commit is contained in:
Solderpunk 2019-08-13 19:58:20 +03:00
parent 9d9b044080
commit e7e296a959
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ Slow internet connection? Use 'set timeout' to be more patient.""")
# Inputs
if status.startswith("1"):
print("User input not supported.")
return
# Redirects
elif status.startswith("3"):
new_gi = GeminiItem(gi.absolutise_url(mime))