add run folder

This commit is contained in:
2025-09-10 12:23:09 +03:00
parent 462ce476da
commit 5f284cad47

View File

@@ -53,8 +53,9 @@ class WelcomeMessage:
) )
else: else:
logging.warning( logging.warning(
"Welcome manual missing, skipping attachment. Looked at: %s " f"Welcome manual missing, skipping attachment. Looked at: {self.manual} "
"(set SERVER_ASSETS_DIR or WELCOME_MANUAL_FILENAME to adjust)", self.manual f"(set SERVER_ASSETS_DIR or WELCOME_MANUAL_FILENAME to adjust). "
f"Current working directory: {os.getcwd()}"
) )
# If you later implement send_gmail() without attachment, call it here. # If you later implement send_gmail() without attachment, call it here.
# from utils.email import send_gmail # from utils.email import send_gmail