Update server.py

This commit is contained in:
Nova Cat 2025-01-14 15:19:47 -08:00
parent 870ad564c6
commit 4b17fb4bbf

View file

@ -62,6 +62,7 @@ def relay():
num+=1
except:
return f'<!DOCTYPE html>\n<html><head><meta charset="UTF-8"><link rel="stylesheet" href="/style.css"><title>Something went wrong...</title></head><body><h1>Something went wrong...</h1><p>The file that the Gemini server sent couldn\'t be decoded by Gem2Browser.</p></body></html>'
print(num)
if num == 1:
print(mimetype)
for i in bytes(gemraw):