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

Update capture-wsgi.py

This commit is contained in:
A Holt 2019-01-08 20:34:24 -05:00 committed by GitHub
parent 3c672b3e8e
commit 4e2369fbcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ def android(environ, start_response):
logger.debug("system < 6:%s"%system_version)
location = '/android_splash'
set_204after(ip,0)
elif system_version.startswith('7'):
elif system_version[:1] >= '7':
location = "http://" + fully_qualified_domain_name + "/home"
else:
#set_204after(ip,20)