From eb786180dc3c51034a46ad0ccd28aabeb656c96f Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 31 Jan 2021 23:11:57 +0100 Subject: Read the token from save file when loading the client --- pyfunkwhale/client.py | 1 + 1 file changed, 1 insertion(+) 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): """ -- cgit v1.2.1