diff options
-rw-r--r-- | pyfunkwhale/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyfunkwhale/client.py b/pyfunkwhale/client.py index 347bcbb..eacbe2f 100644 --- a/pyfunkwhale/client.py +++ b/pyfunkwhale/client.py @@ -85,6 +85,7 @@ class Client(object): self.authorization_url, self.state = self.oauth_client. \ authorization_url( self.authorization_endpoint) + self._connect() def _connect(self): """ |