Example #1
0
 def os_identify(self, content, headers):
     search = os_identify.main(content, headers)
     return search
Example #2
0
 def os_identify(self, content, headers):
     _os = os_identify.main(self, content, headers)
     return _os