logger.info(f"You are {username}") is bad! Use a format string with arguments. Never log through the logging module directly. Use a logger. Only ...
確定! 回上一頁