Unnamed update
This commit is contained in:
parent
619376003f
commit
06701397da
4
.gitignore
vendored
4
.gitignore
vendored
@ -124,8 +124,8 @@ celerybeat.pid
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
.env*
|
||||
.venv*
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user