From 421b47c137acfa1a54730ef48557525aadea0992 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 27 Sep 2023 21:43:35 +0300 Subject: [PATCH] bugfix --- core/views/scans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/scans.py b/core/views/scans.py index 1556c0f..8e334bf 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -298,7 +298,7 @@ def cavewallets(request, caveid): message = f" ! In {z.walletname} there is an unrecognised cave name '{cleanid}', adding to pending list." print(message) DataIssue.objects.update_or_create(parser="scans", message=message, url=wurl) - add_cave_to_pending_list(cleanid, f"an unrecognised cave name in {z.walletname}") + add_cave_to_pending_list(cleanid, z, f"an unrecognised cave name in {z.walletname}") manywallets = list(set(wallets)) for w in manywallets: