summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-03-23 21:26:16 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-03-23 21:26:16 +0000
commit8b5887a87a4cf058c828b0aad0793ec38310f213 (patch)
treeaf71a7ddf11f122701e0fcb6e4af443d78f02df9 /parsers/caves.py
parent770edd639152a220c002258a144a46963b095cb4 (diff)
downloadtroggle-8b5887a87a4cf058c828b0aad0793ec38310f213.tar.gz
troggle-8b5887a87a4cf058c828b0aad0793ec38310f213.tar.bz2
troggle-8b5887a87a4cf058c828b0aad0793ec38310f213.zip
Allows creation of new svxfile with unknown cave
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index 8e967b1..4a14725 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -82,6 +82,8 @@ def set_dummy_entrance(id, slug, cave, msg="DUMMY"):
DataIssue.objects.create(parser="caves", message=message, url=f"{cave.url}")
print(message)
+def create_new_cave():
+ pass
def do_pending_cave(k, url, area):
"""