Missing syntax coloration
This commit is contained in:
parent
6d398da226
commit
e470b2a26a
1 changed files with 1 additions and 1 deletions
|
@ -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 :
|
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 import listdir
|
||||||
from os.path import isfile, join
|
from os.path import isfile, join
|
||||||
import magic
|
import magic
|
||||||
|
|
Loading…
Reference in a new issue