Update server.py
All checks were successful
Test web app / Check syntax (push) Successful in 13s
Test web app / Test server with Flask Dev Mode (push) Successful in 14s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 14s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 50s

This commit is contained in:
Nova Cat 2025-02-16 22:41:44 -08:00
parent 0480225641
commit d8c7681b54

View file

@ -154,7 +154,7 @@ def titanedit():
mtype.append(i)
if "\n" in bytes(mtype).decode() and not found:
found = True
print(mtype)
print(bytes(mtype).decode())
ok = bytes(mtype).decode().split(" ")[0][0] == "3"
code = bytes(mtype).decode()
break