Closed jbsparrow closed 2 weeks ago
Fix the error caused by scan_folder being None instead of null.
None
null
Also added html.parser to BeautifulSoup instances that didn't have it.
html.parser
It works now 🥳
It sets scan_folder to null if it is set to None, and automatically verifies the config so there config manager is much cleaner :))
scan_folder
Fix the error caused by scan_folder being
None
instead ofnull
.Also added
html.parser
to BeautifulSoup instances that didn't have it.