From d4cf76da40c9023be0cdae536c8cbd4f78fdd8a2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 26 Sep 2023 01:10:50 +0300 Subject: slightly cleaning up slug/areacode/unofficial_number mess --- core/views/scans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/scans.py') diff --git a/core/views/scans.py b/core/views/scans.py index a0e0446..428f8cf 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -104,7 +104,7 @@ def is_cave(wallet, id): print(f" - Wallet {wallet} Failed to find cave object from id <{id}>") if id.lower() != "unknown" and id != "": print(f" - adding <{id}> to pendingcaves.txt list") - add_cave_to_pending_list(id, f"Wallet {wallet} - Could not find id <{id}>") + add_cave_to_pending_list(id, wallet, f"Wallet {wallet} - Could not find id <{id}>") return False def fillblankothers(w): -- cgit v1.2.3