diff --git a/bin/rzr b/bin/rzr index 45db161..e1df5b3 100644 --- a/bin/rzr +++ b/bin/rzr @@ -57,7 +57,7 @@ def apply_lightmap(device_profile): ( d for d in device_manager.devices - if d.name.lower() == device_profile["name"].lower() + if d.name.lower().strip() == device_profile["name"].lower().strip() ), None, )