mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix cache_clear
This commit is contained in:
@@ -40,7 +40,7 @@ class Alist(StorageBase, metaclass=WeakSingleton):
|
|||||||
"""
|
"""
|
||||||
初始化
|
初始化
|
||||||
"""
|
"""
|
||||||
self.__generate_token.clear_cache() # noqa
|
self.__generate_token.cache_clear() # noqa
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def __get_base_url(self) -> str:
|
def __get_base_url(self) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user