mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
return byte string in home_selected
This commit is contained in:
parent
240012f2ba
commit
225aa2edc1
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ def application (environ, start_response):
|
||||||
status = '200 OK'
|
status = '200 OK'
|
||||||
headers = [('Content-type', 'text/html')]
|
headers = [('Content-type', 'text/html')]
|
||||||
start_response(status, headers)
|
start_response(status, headers)
|
||||||
return [""]
|
return [b""]
|
||||||
|
|
||||||
#### parse OS platform based upon URL ##################
|
#### parse OS platform based upon URL ##################
|
||||||
# mac
|
# mac
|
||||||
|
|
Loading…
Reference in a new issue