device_detector
device_detector copied to clipboard
The ReadMe.md references of a device_brand_name() function
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'