summaryrefslogtreecommitdiff
path: root/indexnow
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-06-02 09:58:54 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-06-02 09:58:54 -0400
commit4b599c242140cbc9d35d98b9f15f2ad13051b45e (patch)
treee74bf7eb79086f7e4cf320846591c728f9c8e2fc /indexnow
parentda0717613cfc2db9150891dfa90d01c15a7e0640 (diff)
run indexnow script automatically
Diffstat (limited to 'indexnow')
-rwxr-xr-xindexnow1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexnow b/indexnow
index 19580784..dbd98b4c 100755
--- a/indexnow
+++ b/indexnow
@@ -24,6 +24,7 @@ with open("indexnow-key.txt") as keyfile:
key = keyfile.read().strip()
def submit(urls):
+ print(urls)
data = {
"host": host,
"key": key,