Remove captureWarnings
This commit is contained in:
parent
fd106e623d
commit
eb0324cb68
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ PORT = 9000
|
|||
DATA = 'xxx'
|
||||
PAYLOAD = {'xxx': 'yyy'}
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logging.captureWarnings(True)
|
||||
|
||||
|
||||
class BaseMixin(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue