From 5e478c7eb0a2bcd23ca46d1c4bd200750fbc9231 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 27 Apr 2021 20:44:24 +0100 Subject: Imports in control panel work again --- parsers/people.py | 1 + 1 file changed, 1 insertion(+) (limited to 'parsers/people.py') 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 -- cgit v1.2.3