Update server.py
This commit is contained in:
parent
870ad564c6
commit
4b17fb4bbf
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue