1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-03 13:47:14 +03:00

Set that unknown os to be recognized right now as android

This commit is contained in:
Adolfo Gómez García 2018-01-12 11:25:24 +01:00
parent 34ff0259ce
commit 8ad77c736d

View File

@ -96,7 +96,7 @@ def getOsFromUA(ua):
if ua is None:
ua = Unknown
os = Unknown
os = Android
res = DictAsObj({'OS': os, 'Version': '0.0', 'Browser': 'unknown'})
for os in knownOss: