fixing updating

This commit is contained in:
Jakub Jezek 2022-09-29 22:25:10 +02:00
parent 541b9d41f2
commit 5cde873d50
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -138,7 +138,7 @@ class NukeCreator(NewCreator):
INSTANCE_DATA_KNOB,
{
key: value[1] for key, value in _changes.items()
if current_data.get(key) != value[1]
if current_data.get(key) != value[0]
}
)