Skip to content

Commit 674c478

Browse files
committed
append some details
1 parent 787d1a2 commit 674c478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extendingPython/cloudflareDDNS/cfddns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def updateCloudflareContent(Token: str, DDNSType: str, DDNSHostName: str, DDNSCo
7474

7575
def compareDDNSContent(NowContent: str, LastContent: str):
7676
"""
77-
:param NowContent:
77+
:param NowContent: you can use getData()
7878
:param LastContent: you can use getCloudflareDomainNameContent()["result"]["content"]
7979
:return: True or False
8080
"""

0 commit comments

Comments
 (0)