Python 3.6 throwing logging error as 'AttributeError: 'tuple' object has no attribute 'find''

前端 未结 0 565
一生所求
一生所求 2020-12-02 11:46

I am trying to configure logging like below

from datetime import datetime
import logging
import sys
tz = datetime.utcnow().isoformat()[:-3] + \'Z\'
fmt = tz +         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题