diff --git a/troggle/parsers/logbooks.py b/troggle/parsers/logbooks.py index 82d75857e..c9e165110 100644 --- a/troggle/parsers/logbooks.py +++ b/troggle/parsers/logbooks.py @@ -278,6 +278,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()