From 01991246a15ac669c68fcdf20c165eb20f544ef5 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 10 May 2021 00:13:32 +0800 Subject: [PATCH] Update index.py --- plugins/openresty/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 8a0b96205..490e06417 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -159,7 +159,7 @@ def initDreplace(): # Openresty is not installed if not os.path.exists(getServerDir()): - print "ok" + print("ok") exit(0) file_bin = initD_path + '/' + getPluginName()