diff options
author | Lint Action <[email protected]> | 2022-02-03 06:58:54 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-02-03 06:58:54 +0000 |
commit | 9a4200dc5022e1bf5a8b3228fe18251e5255e573 (patch) | |
tree | 350c88b6e5757dce56c73f9003baca29022df23d /ATRI/utils | |
parent | 110c36b86b1dbd45b4f6e5dcda5654193a0f4fb0 (diff) | |
download | ATRI-9a4200dc5022e1bf5a8b3228fe18251e5255e573.tar.gz ATRI-9a4200dc5022e1bf5a8b3228fe18251e5255e573.tar.bz2 ATRI-9a4200dc5022e1bf5a8b3228fe18251e5255e573.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/utils')
-rw-r--r-- | ATRI/utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/utils/__init__.py b/ATRI/utils/__init__.py index 480d00e..599e229 100644 --- a/ATRI/utils/__init__.py +++ b/ATRI/utils/__init__.py @@ -83,7 +83,7 @@ class MessageChecker: return True else: return True - + @property def check_image_url(self) -> bool: if self.tenc_gchat_url not in self.text: |