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):