2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 15:21:52 +00:00
This commit is contained in:
Philip Sargent 2023-09-27 21:43:35 +03:00
parent 0d5297f08c
commit 421b47c137

View File

@ -298,7 +298,7 @@ def cavewallets(request, caveid):
message = f" ! In {z.walletname} there is an unrecognised cave name '{cleanid}', adding to pending list." message = f" ! In {z.walletname} there is an unrecognised cave name '{cleanid}', adding to pending list."
print(message) print(message)
DataIssue.objects.update_or_create(parser="scans", message=message, url=wurl) 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)) manywallets = list(set(wallets))
for w in manywallets: for w in manywallets: