Closed kaden-123 closed 3 months ago
Fix for bug 130 introduced new bug where chapters_data can be None which caused an UnboundLocalError Just added a line of code to initialize chapters_data first as an empty list beforehand.
chapters_data
UnboundLocalError
Fix for bug 130 introduced new bug where
chapters_data
can be None which caused anUnboundLocalError
Just added a line of code to initialize chapters_data first as an empty list beforehand.