clarify/simplify the Cogito token flow while making minimal changes to the code
move away from the root logger to a logger named 'rinnaicontrolr' so it's clear where these messages are coming from (I use this code in a larger system
normalize line endings for const.py as I missed that last time
After this, my plan is to isolate the Cogito flow in its own file and take that flow from warrant as much as possible. Sadly we can't use the warrant module from PyPI because a dependency brings in a security vulnerability.
When merged, this will:
After this, my plan is to isolate the Cogito flow in its own file and take that flow from warrant as much as possible. Sadly we can't use the warrant module from PyPI because a dependency brings in a security vulnerability.