lower class color on conan-eps
All checks were successful
dl / lint (push) Successful in 1m37s
dl / docker (push) Successful in 1m2s

This commit is contained in:
Michel Roux 2023-07-25 16:45:37 +02:00
parent 590c848c42
commit 5b7cbddf11

View File

@ -9,7 +9,7 @@ import requests
WIKI_URL = ( WIKI_URL = (
"https://fr.wikipedia.org/wiki/Liste_des_%C3%A9pisodes_de_D%C3%A9tective_Conan" "https://fr.wikipedia.org/wiki/Liste_des_%C3%A9pisodes_de_D%C3%A9tective_Conan"
) )
GOOD_COLOR = ["#ee8000", "#90BDFF"] GOOD_COLOR = ["#ee8000", "#90bdff"]
CSV_COLUMNS = ["SW", "EW", "Arc", "ST", "ET", "Titre", "Date"] CSV_COLUMNS = ["SW", "EW", "Arc", "ST", "ET", "Titre", "Date"]
VF_UNTIL = 219 VF_UNTIL = 219