Fix manual server connection

This commit is contained in:
angelblue05 2019-02-02 21:24:10 -06:00 committed by Claus Vium
parent 2d0d21aa2b
commit 7468818598
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ class ConnectionManager(object):
tests = [] tests = []
if server.get('LastConnectionMode') is not None:
if server.get('LastConnectionMode') is not None and server.get('AccessToken'):
tests.append(server['LastConnectionMode']) tests.append(server['LastConnectionMode'])
if CONNECTION_MODE['Manual'] not in tests: if CONNECTION_MODE['Manual'] not in tests: