代码debug

import logging
logging.basicConfig(level=logging.DEBUG)

The logging showed me my typo in a Python stack trace!!!

你可能感兴趣的:(其他)