1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

return byte string in home_selected

This commit is contained in:
George Hunt 2019-12-15 01:24:43 +00:00
parent 240012f2ba
commit 225aa2edc1

View file

@ -453,7 +453,7 @@ def application (environ, start_response):
status = '200 OK'
headers = [('Content-type', 'text/html')]
start_response(status, headers)
return [""]
return [b""]
#### parse OS platform based upon URL ##################
# mac