Ajout taille colonnes
[oeodf/todolist_ods_builder.git] / odsgen
diff --git a/odsgen b/odsgen
index dc88f19..8b5c8e4 100644 (file)
--- a/odsgen
+++ b/odsgen
@@ -29,8 +29,8 @@ if __name__ == '__main__':
     except:
         print('Serveur éteint ou Identifiants incorrects')
     else:
-        print('Test sur res.user : %s' %
-              (get_user_name(connection, 'admin') == 'Administrator'))
+        #print('Test sur res.user : %s' %
+        #      (get_user_name(connection, 'admin') == 'Administrator'))
         containers = get_containers(connection)
         tasks = {c["id"]: get_tasks(connection,
                                     c["tasks"]) for c in containers}