From 308850dbe38d2fb79c789c3aadbd82b706163fe7 Mon Sep 17 00:00:00 2001 From: qqcomeup Date: Fri, 18 Jul 2025 04:48:37 +0800 Subject: [PATCH] Update __init__.py --- plugins.v2/cd2assistant/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins.v2/cd2assistant/__init__.py b/plugins.v2/cd2assistant/__init__.py index ef5de90..e1da1c3 100644 --- a/plugins.v2/cd2assistant/__init__.py +++ b/plugins.v2/cd2assistant/__init__.py @@ -12,8 +12,6 @@ except ImportError: from sys import executable from subprocess import run - run([executable, "-m", "pip", "install", "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/refs/heads/main/data/clouddrive-0.0.12.7.1.tar.gz"], check=True) - from app import schemas from app.core.config import settings from app.core.event import eventmanager, Event