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
# Environments
.env
.venv
.env*
.venv*
env/
venv/
ENV/

View File

@ -36,7 +36,7 @@ RESET: str = "\033[0m"
# Articles that contains unknown chars
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):
if (counter["exported"] - 1) % 100 == 0:
print(