cloudflare-ddns icon indicating copy to clipboard operation
cloudflare-ddns copied to clipboard

Add a toggle to print module messages and replace .format with f-strings

Open Rajdave69 opened this issue 2 years ago • 0 comments

This PR changes a few things -

  • Adds a parameter to the CloudFlare class in cloudflare.py called print_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.

Rajdave69 avatar Oct 03 '22 13:10 Rajdave69