sbws doesn't actually read config files given as an argument
`sbws -c foo.ini scanner` doesn't read `foo.ini` because [when we determine that it exists in _get_user_config() we don't actually do anything with it](https://gitweb.torproject.org/sbws.git/tree/sbws/util/config.py#n67).
issue