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
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:
parent
0480225641
commit
d8c7681b54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue