From bc621efc361e7fc286748ad87a1160956d832c74 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 4 Oct 2023 18:22:54 +0300 Subject: wallets-per-person now finding non-survex wallets --- parsers/scans.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parsers/scans.py') diff --git a/parsers/scans.py b/parsers/scans.py index 4cfb7ee..d091a3d 100644 --- a/parsers/scans.py +++ b/parsers/scans.py @@ -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") -- cgit v1.2.3