force a token retrieve on auth check

This commit is contained in:
shaun 2015-03-29 00:21:39 +11:00
parent b440331f2f
commit bd1391fcfb
1 changed files with 1 additions and 1 deletions

View File

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