diff --git a/py-kms/pykms_Server.py b/py-kms/pykms_Server.py index 31e7e2e..5420bcd 100755 --- a/py-kms/pykms_Server.py +++ b/py-kms/pykms_Server.py @@ -384,7 +384,7 @@ def server_check(): pykms_Sql.sql_initialize(srv_config['sqlite']) else: srv_config['sqlite'] = False - + # Check other specific server options. opts = [('clientcount', '-c/--client-count'), ('timeoutidle', '-t0/--timeout-idle'),