From bb549c7878bfb54158774ef95e73c26f73152830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20M=2E=20G=C3=B3mez?= Date: Mon, 2 Dec 2019 18:43:52 +0100 Subject: [PATCH] #930: Correct some typos. --- src/opengnsys/modules/server/OpenGnSys/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/opengnsys/modules/server/OpenGnSys/__init__.py b/src/opengnsys/modules/server/OpenGnSys/__init__.py index ac49ac4..03459b0 100644 --- a/src/opengnsys/modules/server/OpenGnSys/__init__.py +++ b/src/opengnsys/modules/server/OpenGnSys/__init__.py @@ -114,12 +114,10 @@ class OpenGnSysWorker(ServerWorker): commands = [] # Running commands random = None # Random string for secure connections length = 32 # Random string length - access_token = refresh_token = None # Server authorization tokens - grant_type = 'http://opengnsys.es/grants/og_client' def _launch_browser(self, url): """ - Launchs the Browser with specified URL + Launches the Browser with specified URL :param url: URL to show """ logger.debug('Launching browser with URL: {}'.format(url)) @@ -225,7 +223,7 @@ class OpenGnSysWorker(ServerWorker): # Completing OGAgent initialization process os_type = operations.os_type.lower() if os_type == 'oglive': - # # Following code may be separated in a different function to launch browser while get disk configuration + # # Following code may be separated into a different function to launch browser while getting the disk configuration message = """