Mike Borsetti

Results 32 comments of Mike Borsetti

> 👍 👍 👍 👍 > > > (P.S. technically the dependencies are two, `korean-lunar-calendar` and `python-dateutil`, but the second one is widely installed.) > > I believe `korean-lunar-calendar` was...

Yeah, it's a pain. My workaround (solution) was to add this code whenever I run with DEBUG: ``` logging.getLogger('httpcore').setLevel(logging.INFO) logging.getLogger('hpack').setLevel(logging.INFO) ```