diff options
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") |