2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 13:47:07 +00:00

wallets-per-person now finding non-survex wallets

This commit is contained in:
2023-10-04 18:22:54 +03:00
parent 9f4306e367
commit bc621efc36
8 changed files with 119 additions and 61 deletions

View File

@@ -30,6 +30,8 @@ def load_all_scans():
It does NOT read or validate anything in the JSON data attached to each wallet. Those checks
are done at runtime, when a wallet is accessed, not at import time.
Loads people as a simple string of fullnames. We should replace this with a list of Person slugs.
"""
print(" - Loading Survey Scans")