diff options
author | Philip Sargent <philip@Muscogee.localdomain> | 2020-05-14 19:37:46 +0100 |
---|---|---|
committer | Philip Sargent <philip@Muscogee.localdomain> | 2020-05-14 19:37:46 +0100 |
commit | 931aa4e3cba04382b8d8c94658c7a871c739be5b (patch) | |
tree | 54ef83537bb499a5a1fcb103ef62ffa0159ade08 /parsers/people.py | |
parent | cc4017e48159aec3167022a2f71a1f42739d9fc9 (diff) | |
download | troggle-931aa4e3cba04382b8d8c94658c7a871c739be5b.tar.gz troggle-931aa4e3cba04382b8d8c94658c7a871c739be5b.tar.bz2 troggle-931aa4e3cba04382b8d8c94658c7a871c739be5b.zip |
add mysql startup documentation
Diffstat (limited to 'parsers/people.py')
-rw-r--r-- | parsers/people.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/people.py b/parsers/people.py index 32ab2c5..cb9f79f 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -138,7 +138,7 @@ def GetPersonExpeditionNameLookup(expedition): res = { } duplicates = set() - print("Calculating GetPersonExpeditionNameLookup for " + expedition.year) + #print("Calculating GetPersonExpeditionNameLookup for " + expedition.year) personexpeditions = models.PersonExpedition.objects.filter(expedition=expedition) htmlparser = HTMLParser() for personexpedition in personexpeditions: |