From e7e296a9597a816128a588c367e3345434870149 Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Tue, 13 Aug 2019 19:58:20 +0300 Subject: [PATCH] Fix Input handling stub. --- av98.py | 1 + 1 file changed, 1 insertion(+) diff --git a/av98.py b/av98.py index 28fc099..39a3a2d 100755 --- 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))