diff --git a/tresorerie/controle_rapide.py b/tresorerie/controle_rapide.py index 0cf22452..27c025f5 100755 --- a/tresorerie/controle_rapide.py +++ b/tresorerie/controle_rapide.py @@ -378,8 +378,6 @@ if __name__ == '__main__': PARSER.add_argument("-l", "--last", help="Date de début, dans un format compréhensible par postgresql (\"AAAA/MM/JJ HH:MM:SS\" fonctionne bien)", type=str, action="store") PARSER.add_argument("-h", "--help", help="Affiche cette aide et quitte.", action="store_true") - MEG = PARSER.add_mutually_exclusive_group() - ARGS = PARSER.parse_args() LDAP = shortcuts.lc_ldap_admin() if not set([attributs.tresorier, attributs.nounou, attributs.bureau]).intersection(LDAP.droits):