diff options
author | Kyomotoi <[email protected]> | 2022-05-21 13:21:25 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-05-21 13:23:04 +0800 |
commit | 65a4630c33c1564d3502846214ca75259756617e (patch) | |
tree | 32f4de667dbe56e232d650b0435ff73f9e08c979 /ATRI/plugins/wife/data_source.py | |
parent | 410c3a4761acdfa769fef1f4fb4438464edee495 (diff) | |
download | ATRI-65a4630c33c1564d3502846214ca75259756617e.tar.gz ATRI-65a4630c33c1564d3502846214ca75259756617e.tar.bz2 ATRI-65a4630c33c1564d3502846214ca75259756617e.zip |
🚨 安抚lint
Diffstat (limited to 'ATRI/plugins/wife/data_source.py')
-rw-r--r-- | ATRI/plugins/wife/data_source.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ATRI/plugins/wife/data_source.py b/ATRI/plugins/wife/data_source.py index 29d58e7..9ba1e93 100644 --- a/ATRI/plugins/wife/data_source.py +++ b/ATRI/plugins/wife/data_source.py @@ -12,14 +12,9 @@ WIFE_DIR = Path(".") / "data" / "database" / "wife" os.makedirs(WIFE_DIR, exist_ok=True) -__doc__ = """ -老婆...嘿嘿嘿... -""" - - class Wife(Service): def __init__(self): - Service.__init__(self, "老婆", __doc__, rule=is_in_service("老婆")) + Service.__init__(self, "老婆", "老婆...嘿嘿嘿...", rule=is_in_service("老婆")) def to_superuser(self, user_id: str): """ |