mirror of
https://github.com/Hyperspeed1313/porkbun-dynamic-dns-python.git
synced 2026-01-31 04:41:21 +00:00
Update README.md
This commit is contained in:
parent
b81721e3d8
commit
fb2257ac35
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
It bothered me that if I want to run this utility as a cron job every 5 minutes, I would be deleting my entry every 5 minutes. So I modified the code to first check if it even needs to do any updates before it goes and deletes the existing entry.
|
||||
|
||||
This fork also adds a "quiet" config option that if set to "true", will cause nothing to print unless something goes wrong. Useful for those not wanting to fill up a log/mail file that's capturing the prints from their cron jobs. It's not the best way to do it as that "quiet" setting gets sent with all your API requests, but it doesn't seem to be affecting whether Porkbun accepts my API requests to have the extra field tacked on there.
|
||||
This fork also adds a "quiet" config option that if set to "true", will cause nothing to print unless something goes wrong. Useful for those not wanting to fill up a log/mail file that's capturing the prints from their cron jobs. Ideally I would've done it as a command-line input argument but I put together this whole patch in about an hour and didn't feel like completely reworking the logic behind input argument parsing.
|
||||
|
||||
---
|
||||
# README.MD from porkbundomains/porkbun-dynamic-dns-python:main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue