X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Fosm_ro%2Fwim%2Fpersistence.py;h=f5217fc5571141f6779020a2581568d0d0c97fa7;hb=refs%2Fchanges%2F79%2F8879%2F2;hp=f4945bb94c8f16d4925b312caf38d08b82533804;hpb=df6f9b1c6ea95001e8c3273b9e013fb29212c449;p=osm%2FRO.git diff --git a/RO/osm_ro/wim/persistence.py b/RO/osm_ro/wim/persistence.py index f4945bb9..f5217fc5 100644 --- a/RO/osm_ro/wim/persistence.py +++ b/RO/osm_ro/wim/persistence.py @@ -870,9 +870,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