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'
|
DATA = 'xxx'
|
||||||
PAYLOAD = {'xxx': 'yyy'}
|
PAYLOAD = {'xxx': 'yyy'}
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
logging.captureWarnings(True)
|
|
||||||
|
|
||||||
|
|
||||||
class BaseMixin(object):
|
class BaseMixin(object):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue