Update server.py

This commit is contained in:
Nova Cat 2025-01-14 15:28:28 -08:00
parent daab0735e4
commit c9b3921993

View file

@ -61,6 +61,7 @@ def relay():
else:
break
except:
print(traceback.format_exc())
binary = True
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>'