mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
return byte string in home_selected
This commit is contained in:
parent
b97b1c56d9
commit
c38e718e8c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue