Unnamed update

This commit is contained in:
Guilhem Fauré 2023-05-16 16:16:29 +02:00
parent 619376003f
commit 06701397da
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -124,8 +124,8 @@ celerybeat.pid
*.sage.py *.sage.py
# Environments # Environments
.env .env*
.venv .venv*
env/ env/
venv/ venv/
ENV/ ENV/

View File

@ -36,7 +36,7 @@ RESET: str = "\033[0m"
# Articles that contains unknown chars # Articles that contains unknown chars
unknown_chars_articles: list[Article] = [] unknown_chars_articles: list[Article] = []
# Loop among first maxToExport articles & export them # Loop among first maxexport articles & export them
for counter, article in Articles(maxexport): for counter, article in Articles(maxexport):
if (counter["exported"] - 1) % 100 == 0: if (counter["exported"] - 1) % 100 == 0:
print( print(