diff --git a/update.py b/update.py index 01fb2ef8..83bde2e2 100644 --- a/update.py +++ b/update.py @@ -192,6 +192,7 @@ for app in apps: if app['disabled'] is None: apps_inrepo += 1 apel = doc.createElement("application") + apel.setAttribute("id", app['id']) root.appendChild(apel) addElement('id', app['id'], doc, apel)