mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-22 00:32:50 +08:00
refactor backend module architecture
This commit is contained in:
@@ -15,8 +15,8 @@ from urllib.request import ProxyHandler, Request, build_opener, urlopen
|
||||
import click
|
||||
import psutil
|
||||
|
||||
from app.core.config import Settings, settings
|
||||
from app.helper.system import SystemHelper
|
||||
from app.platform.config import Settings, settings
|
||||
from app.platform.runtime import SystemHelper
|
||||
from version import APP_VERSION
|
||||
|
||||
BACKEND_RUNTIME_FILE = settings.TEMP_PATH / "moviepilot.runtime.json"
|
||||
|
||||
Reference in New Issue
Block a user