run indexnow script automatically

This commit is contained in:
Daniel Micay
2024-06-02 09:58:54 -04:00
parent da0717613c
commit 4b599c2421
3 changed files with 9 additions and 1 deletions

View File

@@ -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,