mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-23 18:21:29 +08:00
fix 新增站点区分提示
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import abc
|
||||
import threading
|
||||
|
||||
|
||||
class Singleton(abc.ABCMeta, type):
|
||||
@@ -19,4 +18,4 @@ class Singleton(abc.ABCMeta, type):
|
||||
class AbstractSingleton(abc.ABC, metaclass=Singleton):
|
||||
"""
|
||||
抽像类单例模式
|
||||
"""
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user