Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: TABConfigParser.remove_section() is not working read()
TABConfigParser.remove_section() uses interval variable `_proxies`, which is also being deleted if you try to remove some section. Our implementation of `_read` method does not set that `_proxies` variable anyhow.
- Loading branch information