diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 18:22:54 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 18:22:54 +0300 |
commit | bc621efc361e7fc286748ad87a1160956d832c74 (patch) | |
tree | ab0d6901900a4f054c8c2bcdc238382dd4f5f51f /parsers/scans.py | |
parent | 9f4306e367517527d825aacb498eebde1e78c7b2 (diff) | |
download | troggle-bc621efc361e7fc286748ad87a1160956d832c74.tar.gz troggle-bc621efc361e7fc286748ad87a1160956d832c74.tar.bz2 troggle-bc621efc361e7fc286748ad87a1160956d832c74.zip |
wallets-per-person now finding non-survex wallets
Diffstat (limited to 'parsers/scans.py')
-rw-r--r-- | parsers/scans.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |