From bd1391fcfb47cd0ab5e192ff1b101f8ae5b20bcc Mon Sep 17 00:00:00 2001 From: shaun Date: Sun, 29 Mar 2015 00:21:39 +1100 Subject: [PATCH] force a token retrieve on auth check --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.py b/service.py index 29983b70..7d81725d 100644 --- a/service.py +++ b/service.py @@ -79,7 +79,7 @@ class Service(): pass else: # background worker for database sync - if DownloadUtils().authenticate(retreive=False) != "": + if DownloadUtils().authenticate(retreive=True) != "": # Correctly launch the websocket, if user manually launches the add-on if (self.newWebSocketThread == None):