and using print_exc() function will also print stack trace which is essential info for any error message. Like this: from traceback import print_exc class ...
確定! 回上一頁