device_detector icon indicating copy to clipboard operation
device_detector copied to clipboard

The ReadMe.md references of a device_brand_name() function

Open the-REAL-beautysleep opened this issue 2 years ago • 0 comments

The ReadMe.md references a device_brand_name() function but I can't see it anywhere in the code and calling it fails when called

    device = DeviceDetector(user_agent).parse()
    manufacturer = device.device_brand_name()

AttributeError: 'DeviceDetector' object has no attribute 'device_brand_name'

the-REAL-beautysleep avatar Apr 14 '22 12:04 the-REAL-beautysleep