AV-98-fork

A fork of https://tildegit.org/solderpunk/AV-98
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit e7e296a9597a816128a588c367e3345434870149
parent 9d9b0440801df5447052457d62c855651bfcc2d3
Author: Solderpunk <solderpunk@sdf.org>
Date:   Tue, 13 Aug 2019 19:58:20 +0300

Fix Input handling stub.

Diffstat:
Mav98.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/av98.py b/av98.py @@ -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))