diff options
-rw-r--r-- | parsers/logbooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index d871557..e4daa6c 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -277,6 +277,6 @@ def LoadLogbooks(): # command line run through the loading stages
# you can comment out these in turn to control what gets reloaded
-#LoadExpos()
#LoadPersons()
+LoadExpos()
LoadPersons()
LoadLogbooks()
|