Missing syntax coloration

This commit is contained in:
Quentin 2018-04-22 11:03:44 +02:00
parent 6d398da226
commit e470b2a26a
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ FILETYPE="PNG"
On suppose donc que le fichier à trouver est un fichier PNG. Cependant, il y a beaucoup trop de fichiers pour les vérifier un à un manuellement. J'ai fait le choix d'automatiser la recherche avec python :
```
```python
from os import listdir
from os.path import isfile, join
import magic