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 43d3688..1c8bf2f 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -73,6 +73,7 @@ def readentrance(filename): e.save() primary = True for slug in slugs: + print slug, filename cs = models.EntranceSlug(entrance = e, slug = slug, primary = primary) |