mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update capture-wsgi.py
This commit is contained in:
parent
3c672b3e8e
commit
4e2369fbcb
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ def android(environ, start_response):
|
||||||
logger.debug("system < 6:%s"%system_version)
|
logger.debug("system < 6:%s"%system_version)
|
||||||
location = '/android_splash'
|
location = '/android_splash'
|
||||||
set_204after(ip,0)
|
set_204after(ip,0)
|
||||||
elif system_version.startswith('7'):
|
elif system_version[:1] >= '7':
|
||||||
location = "http://" + fully_qualified_domain_name + "/home"
|
location = "http://" + fully_qualified_domain_name + "/home"
|
||||||
else:
|
else:
|
||||||
#set_204after(ip,20)
|
#set_204after(ip,20)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue