Update index.py
This commit is contained in:
parent
8ee9fd7248
commit
01991246a1
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue