mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-09 09:33: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:
|
with open('vérifications/schéma.json') as f:
|
||||||
schema = json.load(f)
|
schema = json.load(f)
|
||||||
valide(d, schema)
|
valide(d, schema)
|
||||||
verifie_ordre(d['mots'])
|
verifie_ordre(d)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user