change hsts flag

This commit is contained in:
VirtuBox
2019-04-08 09:14:23 +02:00
parent 4a5a86798f
commit 28069ac34e
3 changed files with 17 additions and 67 deletions

View File

@@ -53,7 +53,6 @@ class WOShellExec():
Log.debug(self, "{0}{1}".format(e.errno, e.strerror))
raise CommandExecutionError
def cmd_exec_stdout(self, command, errormsg='', log=True):
"""Run shell command from Python"""
try:
@@ -80,4 +79,4 @@ class WOShellExec():
raise CommandExecutionError
except Exception as e:
Log.debug(self, str(e))
raise CommandExecutionError
raise CommandExecutionError