Christopher Krolak

Results 2 issues of Christopher Krolak

in setup.py line 11: ``` package_file = open(join(HERE, 'bunch/__init__.py'), 'rU') ``` "U" option for universal newline is no longer supported in python 3.11

I have been seeing intermittent failures for pyhtcc.pyhtcc.UnauthorizedError since July 2023, maybe an artifact of changes made in 0.1.53. Traceback is below: ``` Traceback (most recent call last): File "/home/pi/github/ThermostatSupervisor/thermostatsupervisor/honeywell.py",...