From d37ff296f6f630c5369f098a9b6ee15fdccdf46a Mon Sep 17 00:00:00 2001 From: JiRan <54714341+h88782481@users.noreply.github.com> Date: Sun, 11 Sep 2022 18:59:16 +0800 Subject: [PATCH] Update index.py --- plugins/openresty/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/openresty/index.py b/plugins/openresty/index.py index 2efc7c70c..3f33225f8 100755 --- a/plugins/openresty/index.py +++ b/plugins/openresty/index.py @@ -4,6 +4,7 @@ import sys import io import os import time +import threading import subprocess sys.path.append(os.getcwd() + "/class/core")