mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
bugfix
This commit is contained in:
parent
0d5297f08c
commit
421b47c137
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user