summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-27 20:44:24 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-27 20:44:24 +0100
commit5e478c7eb0a2bcd23ca46d1c4bd200750fbc9231 (patch)
tree5d6088d27a50dcf2b0a17ac863350f8d5100abc8 /parsers/people.py
parent821aaa1f66b003c34a8d568ff1dfdae057c17091 (diff)
downloadtroggle-5e478c7eb0a2bcd23ca46d1c4bd200750fbc9231.tar.gz
troggle-5e478c7eb0a2bcd23ca46d1c4bd200750fbc9231.tar.bz2
troggle-5e478c7eb0a2bcd23ca46d1c4bd200750fbc9231.zip
Imports in control panel work again
Diffstat (limited to 'parsers/people.py')
-rw-r--r--parsers/people.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsers/people.py b/parsers/people.py
index 3f7c02a..3b5efef 100644
--- a/parsers/people.py
+++ b/parsers/people.py
@@ -124,6 +124,7 @@ def load_people_expos():
lookupAttribs = {'person':person, 'expedition':expedition}
nonLookupAttribs = {'nickname':nickname, 'is_guest':(personline[header["Guest"]] == "1")}
save_carefully(PersonExpedition, lookupAttribs, nonLookupAttribs)
+ print("", flush=True)
# used in other referencing parser functions