summaryrefslogtreecommitdiff
path: root/indexnow
diff options
context:
space:
mode:
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,