diff --git a/index_for_search.py b/index_for_search.py index 6a157ed..36c7a35 100755 --- a/index_for_search.py +++ b/index_for_search.py @@ -165,7 +165,7 @@ def updatefileindex(): left_side, right_side = previous_right_side.split('-', 1) if '-' in previous_right_side else (previous_right_side, None) except: # first part not a number - continue + pass if 'predig' in left_side.lower(): category = 'Predigt'