Skip to content

Commit ce3a049

Browse files
committed
fix: Correct temporary email logging format
1 parent 278af4b commit ce3a049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def print_config(self):
131131
logging.info(f"\033[32mIMAP收件箱目录: {self.imap_dir}\033[0m")
132132
if self.temp_mail != "null":
133133
logging.info(
134-
f"\033[32m临时邮箱: {self.temp_mail}@{self.temp_mail_ext}\033[0m"
134+
f"\033[32m临时邮箱: {self.temp_mail}{self.temp_mail_ext}\033[0m"
135135
)
136136
logging.info(f"\033[32m域名: {self.domain}\033[0m")
137137

0 commit comments

Comments
 (0)