X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fosm_ro%2Fwim%2Fpersistence.py;h=d395bfc74f336b533421a51398225a2a47dd9f5a;hb=refs%2Ftags%2Fv7.0.1;hp=32a46b358a490df7c8ae2a212c6fc638cf286162;hpb=32a4190a32e45f7fa259d06efdc3de56570feb46;p=osm%2FRO.git diff --git a/RO/osm_ro/wim/persistence.py b/RO/osm_ro/wim/persistence.py index 32a46b35..d395bfc7 100644 --- a/RO/osm_ro/wim/persistence.py +++ b/RO/osm_ro/wim/persistence.py @@ -864,9 +864,7 @@ def _preprocess_wim_account(wim_account): """ wim_account = preprocess_record(wim_account) - created = wim_account.get('created') - wim_account['created'] = ( - 'true' if created is True or created == 'true' else 'false') + wim_account['sdn'] = False return wim_account