* do `_fetchcookies()` after the scheme check in `diaspy.connection.Connection()`.
authorCYBERDEViLNL <CYBERDEViLNL@github.com>
Thu, 8 Nov 2018 14:46:01 +0000 (15:46 +0100)
committerCYBERDEViLNL <CYBERDEViLNL@github.com>
Thu, 8 Nov 2018 14:46:01 +0000 (15:46 +0100)
commit74dbe1b3759652cae892aa7af781dde2000b3915
tree84f13a3b532a47a428e75fd845188dae936c148e
parentca2430335ba0ab006c749a8b65dccacde628c8c9
* do `_fetchcookies()` after the scheme check in `diaspy.connection.Connection()`.
* cleanded the scheme check a bit in `diaspy.connection.Connection()`.
* `diaspy.connection.Connection().podswitch()` has now a optional param `login` with as default set to `True`, if `False` it will only set the data and does not call `login()`.
diaspy/connection.py