diff --git a/plugins/php-apt/index.py b/plugins/php-apt/index.py index ccfcb573b..c3fb79a55 100755 --- a/plugins/php-apt/index.py +++ b/plugins/php-apt/index.py @@ -490,8 +490,7 @@ def getFpmStatus(version): sock_file = getFpmAddress(version) try: - sock_data = mw.requestFcgiPHP( - sock_file, '/phpfpm_status_apt' + version + '?json') + sock_data = mw.requestFcgiPHP(sock_file, '/phpfpm_status_apt' + version + '?json') result = str(sock_data, encoding='utf-8') data = json.loads(result)