Skip to content

Commit

Permalink
fix: πŸ› fix manufacturer reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bile0026 committed Dec 19, 2024
1 parent 6f7db5e commit f29db14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def update(self, attrs):
if "os_version" in attrs:
_software_version = ensure_software_version(
platform=device.platform,
manufacturer=device.platform.manufacturer.name,
manufacturer=device.device_type.manufacturer.name,
version=attrs["os_version"],
device_type=device.device_type,
)
Expand Down

0 comments on commit f29db14

Please sign in to comment.