From 07f6601a58c5bf7c30d132831367ab44c60b3619 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 13 Sep 2020 14:07:40 +0200 Subject: Some more missed uid -> eid corrections. Thanks again to fabrixxm. --- scripts/tellico2lesana | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/tellico2lesana b/scripts/tellico2lesana index 4bd0810..a24415e 100755 --- a/scripts/tellico2lesana +++ b/scripts/tellico2lesana @@ -128,7 +128,7 @@ class T2L(): # import data for xe in xml_collection.findall('tellico:entry', NS): data = { - 'uid': xe.attrib['id'] + 'eid': xe.attrib['id'] } for xfield in xe.getchildren(): field_name = xfield.tag.replace( -- cgit v1.2.3