Browse Source
The logging module is no longer required to get diagnostic output since we use `stderr` by default regardless of the logging module. Which means that the logging module will only give a more verbose output than is necessary. Client.is_logged_in checking is no longer necessary since all HTTP request handling now raise an exception if they fail so those chunks are also gone.pull/42/merge
4 changed files with 0 additions and 32 deletions
Loading…
Reference in new issue