fix: 修复配置常量问题

This commit is contained in:
dnslin
2025-12-12 08:47:13 +08:00
parent 342aef7e1e
commit b24e6c0c80
3 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ from src.core.constants import (
ARIA2_CONF,
ARIA2_SESSION,
ARIA2_LOG,
ARIA2_DHT,
ARIA2_DHT6,
DOWNLOAD_DIR,
SYSTEMD_USER_DIR,
ARIA2_SERVICE,
@@ -35,6 +37,8 @@ __all__ = [
"ARIA2_CONF",
"ARIA2_SESSION",
"ARIA2_LOG",
"ARIA2_DHT",
"ARIA2_DHT6",
"DOWNLOAD_DIR",
"SYSTEMD_USER_DIR",
"ARIA2_SERVICE",