mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix(ProgressHelper): progress displaying
This commit is contained in:
@@ -3,10 +3,9 @@ from typing import Union, Optional
|
||||
|
||||
from app.core.cache import TTLCache
|
||||
from app.schemas.types import ProgressKey
|
||||
from app.utils.singleton import WeakSingleton
|
||||
|
||||
|
||||
class ProgressHelper(metaclass=WeakSingleton):
|
||||
class ProgressHelper:
|
||||
"""
|
||||
处理进度辅助类
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user