From 06701397da76629f0acb7735b2c6e063d6456644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Faur=C3=A9?= Date: Tue, 16 May 2023 16:16:29 +0200 Subject: [PATCH] Unnamed update --- .gitignore | 4 ++-- spip2md/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 05db7b6..4bab660 100644 --- a/.gitignore +++ b/.gitignore @@ -124,8 +124,8 @@ celerybeat.pid *.sage.py # Environments -.env -.venv +.env* +.venv* env/ venv/ ENV/ diff --git a/spip2md/main.py b/spip2md/main.py index 8d2c409..0aaeebb 100755 --- a/spip2md/main.py +++ b/spip2md/main.py @@ -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(