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:
parent
34ff0259ce
commit
8ad77c736d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user