mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 12:07:09 +00:00
slightly cleaning up slug/areacode/unofficial_number mess
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user