From 44fa68f52d11c4c6caee6935de57cf97f984fdc4 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 5 Sep 2022 22:48:25 +0800 Subject: [PATCH] Update index.py --- plugins/php-yum/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/php-yum/index.py b/plugins/php-yum/index.py index 34c0f877e..98e99763f 100755 --- a/plugins/php-yum/index.py +++ b/plugins/php-yum/index.py @@ -412,7 +412,6 @@ def setFpmConfig(version): # if not 'max' in args: # return 'missing time args!' - version = args['version'] max_children = args['max_children'] start_servers = args['start_servers'] min_spare_servers = args['min_spare_servers']