tkuester / taky

A simple python TAK server
MIT License
188 stars 43 forks source link

Replaced instances of log_cot with cot_log. resolves #37 #38

Closed FarrantAlex closed 2 years ago

tkuester commented 2 years ago

Unfortunately, changing the name to cot_log in config.py would also change how people's installations behave, and I'm trying to limit the damage done by this. I decided to leave the configuration object alone, and change all the documentation and internal variable names instead. That way, the behavior of user's installs should be consistent.

For now, I'll close this -- as I've committed a fix to main. But thank you for the pull request, and sorry it took me so long to get to this!