cloudflare-ddns
cloudflare-ddns copied to clipboard
Add a toggle to print module messages and replace .format with f-strings
This PR changes a few things -
- Adds a parameter to the
CloudFlare
class in cloudflare.py calledprint_messages
. This parameter is defaulted to True. It controls if messages should be printed through the module - Replace .format prints with f-strings.
- Fix a grammatical error and spelling-mistake.