#750: Fast forward branch

oglive^2^2^2
Ramón M. Gómez 2019-09-30 11:04:46 +02:00
commit cb1fb02df5
1 changed files with 0 additions and 3 deletions

View File

@ -91,12 +91,9 @@ class OpenGnSysWorker(ServerWorker):
"""
Sends OGAgent activation notification to OpenGnsys server
"""
<<<<<<< HEAD
t = 0
# Generate random secret to send on activation
self.random = ''.join(random.choice(string.ascii_lowercase + string.digits) for _ in range(self.length))
=======
>>>>>>> #750: Adapting route {{GET /command}}} parameters.
# Ensure cfg has required configuration variables or an exception will be thrown
url = self.service.config.get('opengnsys', 'remote')
if operations.os_type == 'ogLive' and 'oglive' in os.environ: