Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit ce3a049

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
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)