mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-08 17:13:23 +00:00
Petite erreur dans le script de vérification qui cherchait encore un champ "mots"
This commit is contained in:
@@ -17,7 +17,7 @@ def principal():
|
||||
with open('vérifications/schéma.json') as f:
|
||||
schema = json.load(f)
|
||||
valide(d, schema)
|
||||
verifie_ordre(d['mots'])
|
||||
verifie_ordre(d)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user