Update index.py

This commit is contained in:
JiRan 2022-09-11 18:59:16 +08:00 committed by GitHub
parent f95d25f080
commit d37ff296f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import sys
import io
import os
import time
import threading
import subprocess
sys.path.append(os.getcwd() + "/class/core")