add run folder
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user