From c7538abdd94599aa3314a31448d62c6016c010f3 Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Sun, 14 Apr 2024 11:00:47 +0800 Subject: [PATCH] fix --- idm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/idm.py b/idm.py index e10a1cd..e149d0f 100644 --- a/idm.py +++ b/idm.py @@ -6,6 +6,7 @@ # This file may be distributed under the terms of the GNU GPLv3 license. import threading import multiprocessing +import importlib import traceback import logging import chelper