summaryrefslogtreecommitdiffstats
path: root/parsers/imports.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-16 19:57:56 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-16 19:57:56 +0000
commitf80e4efed8b6a329a7c92b9e0c68bb12faa9b517 (patch)
tree76503a47a8926f2c026887c3c149d65cda778870 /parsers/imports.py
parent5e9fd7fd77f2e94f433e9fa530b3c3e098d3dfa9 (diff)
downloadtroggle-f80e4efed8b6a329a7c92b9e0c68bb12faa9b517.tar.gz
troggle-f80e4efed8b6a329a7c92b9e0c68bb12faa9b517.tar.bz2
troggle-f80e4efed8b6a329a7c92b9e0c68bb12faa9b517.zip
parse several UK caving blogs per year - working
Diffstat (limited to 'parsers/imports.py')
-rw-r--r--parsers/imports.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/parsers/imports.py b/parsers/imports.py
index 3723ce3..cd27726 100644
--- a/parsers/imports.py
+++ b/parsers/imports.py
@@ -43,8 +43,9 @@ def import_logbooks():
def import_logbook(year=2019):
print(f"-- Importing Logbook {year}")
- with transaction.atomic():
- troggle.parsers.logbooks.LoadLogbook(year, format="blog")
+ print(f"-- - commented out")
+ # with transaction.atomic():
+ # troggle.parsers.logbooks.LoadLogbook(year, format="cucc")
def import_QMs():
print("-- Importing old QMs for 161, 204, 234 from CSV files")