diff --git a/server.py b/server.py index b9ff48e..7f230ce 100644 --- a/server.py +++ b/server.py @@ -121,6 +121,8 @@ def relay(): return redirect("/gem?gemini=" + quote(i.split(" ")[1][9:], safe='')) elif i.split(" ")[0][0] == "1": return f'\nInput required

Input required

The specified Gemini server wants more data:

{i}




' + elif i.split(" ")[0][0] == "6": + return f'\nCertificate requested

Certificate requested

The specified Gemini server wants a client certificate, or the certificate is invalid.

{i}



You can load a certificate in home page.

' elif i.split(" ")[0][0] != "2": return f'\nSomething went wrong...

Something went wrong...

The specified Gemini server returned a status of: {i}

' else: