Update server.py

This commit is contained in:
Nova Cat 2025-01-13 22:01:02 -08:00
parent 6e157e80db
commit c6d4294f1a

View file

@ -47,9 +47,7 @@ def relay():
print("Non-ordinary type! " + mimetype)
except:
pass
elif num == 1 and ok and not mimetype in ["text/gemini", ""]:
pass
elif num >= 2 and ok and not mimetype in ["text/gemini", ""]:
elif num >= 1 and ok and not mimetype in ["text/gemini", ""]:
for i in gemresponse:
gemraw.append(i)
try: