diff options
Diffstat (limited to 'parsers/caves.py')
-rw-r--r-- | parsers/caves.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index 4a058fd..e66b46a 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -53,6 +53,7 @@ def readcaves(): raise print(" - Reading Entrances from entrance descriptions xml files") + print(" - settings.CAVEDESCRIPTIONS: ", settings.CAVEDESCRIPTIONS) for filename in next(os.walk(settings.ENTRANCEDESCRIPTIONS))[2]: #Should be a better way of getting a list of files if filename.endswith('.html'): readentrance(filename) |