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

View file

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