Skip to content

Commit

Permalink
fix: Correct temporary email logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
chengazhen committed Feb 5, 2025
1 parent 278af4b commit ce3a049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def print_config(self):
logging.info(f"\033[32mIMAP收件箱目录: {self.imap_dir}\033[0m")
if self.temp_mail != "null":
logging.info(
f"\033[32m临时邮箱: {self.temp_mail}@{self.temp_mail_ext}\033[0m"
f"\033[32m临时邮箱: {self.temp_mail}{self.temp_mail_ext}\033[0m"
)
logging.info(f"\033[32m域名: {self.domain}\033[0m")

Expand Down

0 comments on commit ce3a049

Please sign in to comment.